#BBDCBE

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

Shades of Surf #BBDCBE

Tints of Surf #BBDCBE

Color information

#BBDCBE (or 0xBBDCBE) is unknown color: approx Surf. HEX triplet: BB, DC and BE. RGB value is (187,220,190). Sum of RGB (Red+Green+Blue) = 187+220+190=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 190 (74.61% from 255 or 31.83% from 597); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCBE is #442341. Grayscale: #CECECE. Windows color (decimal): -4465474 or 12508347. OLE color: 12508347.

HSL color Cylindrical-coordinate representation of color #BBDCBE: hue angle of 125.45º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDCBE is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB187220190-
CMYK0.1500.140.14
HSL125.45º32.04%79.8%-
HSV(B)125.45º15%86.27%-
XYZ55.3865.4758.43-
YUV206.71118.57113.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.32%
GREEN value IS 220 (86.33% from 255) = 36.85%
BLUE value IS 190 (74.61% from 255) = 31.83%
R=31.32%
G=36.85%
B=31.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872201900.1500.140.14125.4532.0479.8
HexBBDCBEF0EE7d2050
Octal273334276170161617540120
Binary101110111101110010111110111101110111011111011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDCBE; }

 p { color: rgb(187,220,190); }

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

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

 a { background-color: rgb(187,220,190); }

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

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

 span { border-color: rgb(187,220,190); }

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