#B6CDB8

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

Shades of Surf #B6CDB8

Tints of Surf #B6CDB8

Color information

#B6CDB8 (or 0xB6CDB8) is unknown color: approx Surf. HEX triplet: B6, CD and B8. RGB value is (182,205,184). Sum of RGB (Red+Green+Blue) = 182+205+184=571 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.87% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 184 (72.27% from 255 or 32.22% from 571); Max value from RGB is 205 - color contains mainly: green. Hex color #B6CDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CDB8 is #493247. Grayscale: #C3C3C3. Windows color (decimal): -4797000 or 12111286. OLE color: 12111286.

HSL color Cylindrical-coordinate representation of color #B6CDB8: hue angle of 125.22º degrees, saturation: 0.19, 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 #B6CDB8 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB182205184-
CMYK0.1100.100.20
HSL125.22º18.7%75.88%-
HSV(B)125.22º11.22%80.39%-
XYZ49.7757.0753.74-
YUV195.73121.38118.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.87%
GREEN value IS 205 (80.47% from 255) = 35.90%
BLUE value IS 184 (72.27% from 255) = 32.22%
R=31.87%
G=35.90%
B=32.22%

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
Decimal1822051840.1100.100.20125.2218.775.88
HexB6CDB8B0A147d134c
Octal266315270130122417523114
Binary101101101100110110111000101101010101001111101100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CDB8; }

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

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

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

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

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

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

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

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