#B5CDB6

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

Shades of Surf #B5CDB6

Tints of Surf #B5CDB6

Color information

#B5CDB6 (or 0xB5CDB6) is unknown color: approx Surf. HEX triplet: B5, CD and B6. RGB value is (181,205,182). Sum of RGB (Red+Green+Blue) = 181+205+182=568 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.87% from 568); Green value is 205 (80.47% from 255 or 36.09% from 568); Blue value is 182 (71.48% from 255 or 32.04% from 568); Max value from RGB is 205 - color contains mainly: green. Hex color #B5CDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CDB6 is #4A3249. Grayscale: #C3C3C3. Windows color (decimal): -4862538 or 11980213. OLE color: 11980213.

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

Color convert

RGB181205182-
CMYK0.1200.110.20
HSL122.5º19.35%75.69%-
HSV(B)122.5º11.71%80.39%-
XYZ49.3356.8652.63-
YUV195.2120.55117.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.87%
GREEN value IS 205 (80.47% from 255) = 36.09%
BLUE value IS 182 (71.48% from 255) = 32.04%
R=31.87%
G=36.09%
B=32.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1812051820.1200.110.20122.519.3575.69
HexB5CDB6C0B147a134c
Octal265315266140132417223114
Binary101101011100110110110110110001011101001111010100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CDB6; }

 p { color: rgb(181,205,182); }

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

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

 a { background-color: rgb(181,205,182); }

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

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

 span { border-color: rgb(181,205,182); }

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