#BBDCBF

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

Shades of Surf #BBDCBF

Tints of Surf #BBDCBF

Color information

#BBDCBF (or 0xBBDCBF) is unknown color: approx Surf. HEX triplet: BB, DC and BF. RGB value is (187,220,191). Sum of RGB (Red+Green+Blue) = 187+220+191=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCBF is #442340. Grayscale: #CECECE. Windows color (decimal): -4465473 or 12573883. OLE color: 12573883.

HSL color Cylindrical-coordinate representation of color #BBDCBF: hue angle of 127.27º 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 #BBDCBF is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB187220191-
CMYK0.1500.130.14
HSL127.27º32.04%79.8%-
HSV(B)127.27º15%86.27%-
XYZ55.4965.5159.01-
YUV206.83119.07113.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.27%
GREEN value IS 220 (86.33% from 255) = 36.79%
BLUE value IS 191 (75% from 255) = 31.94%
R=31.27%
G=36.79%
B=31.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872201910.1500.130.14127.2732.0479.8
HexBBDCBFF0DE7f2050
Octal273334277170151617740120
Binary101110111101110010111111111101101111011111111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDCBF; }

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

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

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

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

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

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

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

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