#B8CBBC

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

Shades of Surf #B8CBBC

Tints of Surf #B8CBBC

Color information

#B8CBBC (or 0xB8CBBC) is unknown color: approx Surf. HEX triplet: B8, CB and BC. RGB value is (184,203,188). Sum of RGB (Red+Green+Blue) = 184+203+188=575 (76% of max value = 765). Red value is 184 (72.27% from 255 or 32% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 188 (73.83% from 255 or 32.70% from 575); Max value from RGB is 203 - color contains mainly: green. Hex color #B8CBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CBBC is #473443. Grayscale: #C3C3C3. Windows color (decimal): -4666436 or 12372920. OLE color: 12372920.

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

Color convert

RGB184203188-
CMYK0.0900.070.20
HSL132.63º15.45%75.88%-
HSV(B)132.63º9.36%79.61%-
XYZ50.256.5355.84-
YUV195.61123.71119.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32%
GREEN value IS 203 (79.69% from 255) = 35.30%
BLUE value IS 188 (73.83% from 255) = 32.70%
R=32%
G=35.30%
B=32.70%

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
Decimal1842031880.0900.070.20132.6315.4575.88
HexB8CBBC9071485f4c
Octal27031327411072420517114
Binary10111000110010111011110010010111101001000010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CBBC; }

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

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

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

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

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

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

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

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