#BBDCBC

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

Shades of Surf #BBDCBC

Tints of Surf #BBDCBC

Color information

#BBDCBC (or 0xBBDCBC) is unknown color: approx Surf. HEX triplet: BB, DC and BC. RGB value is (187,220,188). Sum of RGB (Red+Green+Blue) = 187+220+188=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCBC is #442343. Grayscale: #CECECE. Windows color (decimal): -4465476 or 12377275. OLE color: 12377275.

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

Color convert

RGB187220188-
CMYK0.1500.150.14
HSL121.82º32.04%79.8%-
HSV(B)121.82º15%86.27%-
XYZ55.1665.3857.29-
YUV206.48117.57114.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.43%
GREEN value IS 220 (86.33% from 255) = 36.97%
BLUE value IS 188 (73.83% from 255) = 31.60%
R=31.43%
G=36.97%
B=31.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872201880.1500.150.14121.8232.0479.8
HexBBDCBCF0FE7a2050
Octal273334274170171617240120
Binary101110111101110010111100111101111111011110101000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDCBC; }

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

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

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

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

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

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

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

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