#BBD4BC

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

Shades of Surf #BBD4BC

Tints of Surf #BBD4BC

Color information

#BBD4BC (or 0xBBD4BC) is unknown color: approx Surf. HEX triplet: BB, D4 and BC. RGB value is (187,212,188). Sum of RGB (Red+Green+Blue) = 187+212+188=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 212 (83.20% from 255 or 36.12% from 587); Blue value is 188 (73.83% from 255 or 32.03% from 587); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD4BC is #442B43. Grayscale: #C9C9C9. Windows color (decimal): -4467524 or 12375227. OLE color: 12375227.

HSL color Cylindrical-coordinate representation of color #BBD4BC: hue angle of 122.4º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBD4BC is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB187212188-
CMYK0.1200.110.17
HSL122.4º22.52%78.24%-
HSV(B)122.4º11.79%83.14%-
XYZ53.1161.2856.61-
YUV201.79120.22117.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.86%
GREEN value IS 212 (83.20% from 255) = 36.12%
BLUE value IS 188 (73.83% from 255) = 32.03%
R=31.86%
G=36.12%
B=32.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1872121880.1200.110.17122.422.5278.24
HexBBD4BCC0B117a174e
Octal273324274140132117227116
Binary101110111101010010111100110001011100011111010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD4BC; }

 p { color: rgb(187,212,188); }

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

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

 a { background-color: rgb(187,212,188); }

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

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

 span { border-color: rgb(187,212,188); }

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