#BBD8BC

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

Shades of Surf #BBD8BC

Tints of Surf #BBD8BC

Color information

#BBD8BC (or 0xBBD8BC) is unknown color: approx Surf. HEX triplet: BB, D8 and BC. RGB value is (187,216,188). Sum of RGB (Red+Green+Blue) = 187+216+188=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 216 (84.77% from 255 or 36.55% from 591); Blue value is 188 (73.83% from 255 or 31.81% from 591); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD8BC is #442743. Grayscale: #CCCCCC. Windows color (decimal): -4466500 or 12376251. OLE color: 12376251.

HSL color Cylindrical-coordinate representation of color #BBD8BC: hue angle of 122.07º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBD8BC is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB187216188-
CMYK0.1300.130.15
HSL122.07º27.1%79.02%-
HSV(B)122.07º13.43%84.71%-
XYZ54.1363.3156.94-
YUV204.14118.89115.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.64%
GREEN value IS 216 (84.77% from 255) = 36.55%
BLUE value IS 188 (73.83% from 255) = 31.81%
R=31.64%
G=36.55%
B=31.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872161880.1300.130.15122.0727.179.02
HexBBD8BCD0DF7a1b4f
Octal273330274150151717233117
Binary10111011110110001011110011010110111111111010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD8BC; }

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

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

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

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

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

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

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

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