#B8CCBB

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

Shades of Surf #B8CCBB

Tints of Surf #B8CCBB

Color information

#B8CCBB (or 0xB8CCBB) is unknown color: approx Surf. HEX triplet: B8, CC and BB. RGB value is (184,204,187). Sum of RGB (Red+Green+Blue) = 184+204+187=575 (76% of max value = 765). Red value is 184 (72.27% from 255 or 32% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 204 - color contains mainly: green. Hex color #B8CCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CCBB is #473344. Grayscale: #C4C4C4. Windows color (decimal): -4666181 or 12307640. OLE color: 12307640.

HSL color Cylindrical-coordinate representation of color #B8CCBB: hue angle of 129º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8CCBB is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB184204187-
CMYK0.1000.080.2
HSL129º16.39%76.08%-
HSV(B)129º9.8%80%-
XYZ50.3356.9655.36-
YUV196.08122.87119.38-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32%
GREEN value IS 204 (80.08% from 255) = 35.48%
BLUE value IS 187 (73.44% from 255) = 32.52%
R=32%
G=35.48%
B=32.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1842041870.1000.080.212916.3976.08
HexB8CCBBA081481104c
Octal270314273120102420120114
Binary1011100011001100101110111010010001010010000001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CCBB; }

 p { color: rgb(184,204,187); }

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

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

 a { background-color: rgb(184,204,187); }

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

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

 span { border-color: rgb(184,204,187); }

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