#B8CDB9

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

Shades of Surf #B8CDB9

Tints of Surf #B8CDB9

Color information

#B8CDB9 (or 0xB8CDB9) is unknown color: approx Surf. HEX triplet: B8, CD and B9. RGB value is (184,205,185). Sum of RGB (Red+Green+Blue) = 184+205+185=574 (76% of max value = 765). Red value is 184 (72.27% from 255 or 32.06% from 574); Green value is 205 (80.47% from 255 or 35.71% from 574); Blue value is 185 (72.66% from 255 or 32.23% from 574); Max value from RGB is 205 - color contains mainly: green. Hex color #B8CDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CDB9 is #473246. Grayscale: #C4C4C4. Windows color (decimal): -4665927 or 12176824. OLE color: 12176824.

HSL color Cylindrical-coordinate representation of color #B8CDB9: hue angle of 122.86º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8CDB9 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB184205185-
CMYK0.1000.100.20
HSL122.86º17.36%76.27%-
HSV(B)122.86º10.24%80.39%-
XYZ50.3657.3654.32-
YUV196.44121.54119.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.06%
GREEN value IS 205 (80.47% from 255) = 35.71%
BLUE value IS 185 (72.66% from 255) = 32.23%
R=32.06%
G=35.71%
B=32.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1842051850.1000.100.20122.8617.3676.27
HexB8CDB9A0A147b114c
Octal270315271120122417321114
Binary101110001100110110111001101001010101001111011100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CDB9; }

 p { color: rgb(184,205,185); }

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

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

 a { background-color: rgb(184,205,185); }

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

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

 span { border-color: rgb(184,205,185); }

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