#B8D3BF

Color #B8D3BF Surf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surf #B8D3BF

Tints of Surf #B8D3BF

Color information

#B8D3BF (or 0xB8D3BF) is unknown color: approx Surf. HEX triplet: B8, D3 and BF. RGB value is (184,211,191). Sum of RGB (Red+Green+Blue) = 184+211+191=586 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.40% from 586); Green value is 211 (82.81% from 255 or 36.01% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 211 - color contains mainly: green. Hex color #B8D3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D3BF is #472C40. Grayscale: #C8C8C8. Windows color (decimal): -4664385 or 12571576. OLE color: 12571576.

HSL color Cylindrical-coordinate representation of color #B8D3BF: hue angle of 135.56º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B8D3BF is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB184211191-
CMYK0.1300.090.17
HSL135.56º23.48%77.45%-
HSV(B)135.56º12.8%82.75%-
XYZ52.4760.5458.21-
YUV200.65122.55116.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 31.40%
GREEN value IS 211 (82.81% from 255) = 36.01%
BLUE value IS 191 (75% from 255) = 32.59%
R=31.40%
G=36.01%
B=32.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1842111910.1300.090.17135.5623.4877.45
HexB8D3BFD091188174d
Octal270323277150112121027115
Binary1011100011010011101111111101010011000110001000101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D3BF; }

 p { color: rgb(184,211,191); }

 H1.HeaderClassName
 {
   color: #B8D3BF;
 }
 .AnyTagClassName
 {
   color: #B8D3BF;
 }
</style>
background-color css

<style>
 a { background-color: #B8D3BF; }

 a { background-color: rgb(184,211,191); }

 div.DivClassName
 {
   background-color: #B8D3BF;
 }
 .BgClassName
 {
   background-color: #B8D3BF;
 }
</style>
border-color css

<style>
 span { border-color: #B8D3BF; }

 span { border-color: rgb(184,211,191); }

 td.TdClassName
 {
   border-color: #B8D3BF;
 }
 .TagClassName
 {
   border-color: #B8D3BF;
 }
</style>