#B7CDB9

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

Shades of Surf #B7CDB9

Tints of Surf #B7CDB9

Color information

#B7CDB9 (or 0xB7CDB9) is unknown color: approx Surf. HEX triplet: B7, CD and B9. RGB value is (183,205,185). Sum of RGB (Red+Green+Blue) = 183+205+185=573 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.94% from 573); Green value is 205 (80.47% from 255 or 35.78% from 573); Blue value is 185 (72.66% from 255 or 32.29% from 573); Max value from RGB is 205 - color contains mainly: green. Hex color #B7CDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CDB9 is #483246. Grayscale: #C4C4C4. Windows color (decimal): -4731463 or 12176823. OLE color: 12176823.

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

Color convert

RGB183205185-
CMYK0.1100.100.20
HSL125.45º18.03%76.08%-
HSV(B)125.45º10.73%80.39%-
XYZ50.1257.2354.3-
YUV196.14121.71118.63-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.94%
GREEN value IS 205 (80.47% from 255) = 35.78%
BLUE value IS 185 (72.66% from 255) = 32.29%
R=31.94%
G=35.78%
B=32.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1832051850.1100.100.20125.4518.0376.08
HexB7CDB9B0A147d124c
Octal267315271130122417522114
Binary101101111100110110111001101101010101001111101100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CDB9; }

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

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

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

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

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

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

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

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