#B9CBBC

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

Shades of Surf #B9CBBC

Tints of Surf #B9CBBC

Color information

#B9CBBC (or 0xB9CBBC) is unknown color: approx Surf. HEX triplet: B9, CB and BC. RGB value is (185,203,188). Sum of RGB (Red+Green+Blue) = 185+203+188=576 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.12% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 188 (73.83% from 255 or 32.64% from 576); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CBBC is #463443. Grayscale: #C3C3C3. Windows color (decimal): -4600900 or 12372921. OLE color: 12372921.

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

Color convert

RGB185203188-
CMYK0.0900.070.20
HSL130º14.75%76.08%-
HSV(B)130º8.87%79.61%-
XYZ50.4456.6655.85-
YUV195.91123.54120.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.12%
GREEN value IS 203 (79.69% from 255) = 35.24%
BLUE value IS 188 (73.83% from 255) = 32.64%
R=32.12%
G=35.24%
B=32.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1852031880.0900.070.2013014.7576.08
HexB9CBBC9071482f4c
Octal27131327411072420217114
Binary10111001110010111011110010010111101001000001011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CBBC; }

 p { color: rgb(185,203,188); }

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

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

 a { background-color: rgb(185,203,188); }

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

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

 span { border-color: rgb(185,203,188); }

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