#BBD4BF

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

Shades of Surf #BBD4BF

Tints of Surf #BBD4BF

Color information

#BBD4BF (or 0xBBD4BF) is unknown color: approx Surf. HEX triplet: BB, D4 and BF. RGB value is (187,212,191). Sum of RGB (Red+Green+Blue) = 187+212+191=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 212 (83.20% from 255 or 35.93% from 590); Blue value is 191 (75% from 255 or 32.37% from 590); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD4BF is #442B40. Grayscale: #CACACA. Windows color (decimal): -4467521 or 12571835. OLE color: 12571835.

HSL color Cylindrical-coordinate representation of color #BBD4BF: hue angle of 129.6º 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 #BBD4BF is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB187212191-
CMYK0.1200.100.17
HSL129.6º22.52%78.24%-
HSV(B)129.6º11.79%83.14%-
XYZ53.4461.4158.33-
YUV202.13121.72117.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.69%
GREEN value IS 212 (83.20% from 255) = 35.93%
BLUE value IS 191 (75% from 255) = 32.37%
R=31.69%
G=35.93%
B=32.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1872121910.1200.100.17129.622.5278.24
HexBBD4BFC0A1182174e
Octal273324277140122120227116
Binary1011101111010100101111111100010101000110000010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD4BF; }

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

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

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

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

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

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

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

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