#B8D0BC

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

Shades of Surf #B8D0BC

Tints of Surf #B8D0BC

Color information

#B8D0BC (or 0xB8D0BC) is unknown color: approx Surf. HEX triplet: B8, D0 and BC. RGB value is (184,208,188). Sum of RGB (Red+Green+Blue) = 184+208+188=580 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.72% from 580); Green value is 208 (81.64% from 255 or 35.86% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 208 - color contains mainly: green. Hex color #B8D0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D0BC is #472F43. Grayscale: #C6C6C6. Windows color (decimal): -4665156 or 12374200. OLE color: 12374200.

HSL color Cylindrical-coordinate representation of color #B8D0BC: hue angle of 130º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B8D0BC is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB184208188-
CMYK0.1200.100.18
HSL130º20.34%76.86%-
HSV(B)130º11.54%81.57%-
XYZ51.458.9356.24-
YUV198.54122.05117.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.72%
GREEN value IS 208 (81.64% from 255) = 35.86%
BLUE value IS 188 (73.83% from 255) = 32.41%
R=31.72%
G=35.86%
B=32.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1842081880.1200.100.1813020.3476.86
HexB8D0BCC0A1282144d
Octal270320274140122220224115
Binary1011100011010000101111001100010101001010000010101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D0BC; }

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

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

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

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

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

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

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

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