#B6CDBB

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

Shades of Surf #B6CDBB

Tints of Surf #B6CDBB

Color information

#B6CDBB (or 0xB6CDBB) is unknown color: approx Surf. HEX triplet: B6, CD and BB. RGB value is (182,205,187). Sum of RGB (Red+Green+Blue) = 182+205+187=574 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.71% from 574); Green value is 205 (80.47% from 255 or 35.71% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 205 - color contains mainly: green. Hex color #B6CDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CDBB is #493244. Grayscale: #C4C4C4. Windows color (decimal): -4796997 or 12307894. OLE color: 12307894.

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

Color convert

RGB182205187-
CMYK0.1100.090.20
HSL133.04º18.7%75.88%-
HSV(B)133.04º11.22%80.39%-
XYZ50.0957.255.41-
YUV196.07122.88117.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.71%
GREEN value IS 205 (80.47% from 255) = 35.71%
BLUE value IS 187 (73.44% from 255) = 32.58%
R=31.71%
G=35.71%
B=32.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1822051870.1100.090.20133.0418.775.88
HexB6CDBBB091485134c
Octal266315273130112420523114
Binary1011011011001101101110111011010011010010000101100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CDBB; }

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

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

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

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

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

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

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

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