#BBD8BF

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

Shades of Surf #BBD8BF

Tints of Surf #BBD8BF

Color information

#BBD8BF (or 0xBBD8BF) is unknown color: approx Surf. HEX triplet: BB, D8 and BF. RGB value is (187,216,191). Sum of RGB (Red+Green+Blue) = 187+216+191=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 216 (84.77% from 255 or 36.36% from 594); Blue value is 191 (75% from 255 or 32.15% from 594); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD8BF is #442740. Grayscale: #CCCCCC. Windows color (decimal): -4466497 or 12572859. OLE color: 12572859.

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

Color convert

RGB187216191-
CMYK0.1300.120.15
HSL128.28º27.1%79.02%-
HSV(B)128.28º13.43%84.71%-
XYZ54.4563.4458.67-
YUV204.48120.39115.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.48%
GREEN value IS 216 (84.77% from 255) = 36.36%
BLUE value IS 191 (75% from 255) = 32.15%
R=31.48%
G=36.36%
B=32.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872161910.1300.120.15128.2827.179.02
HexBBD8BFD0CF801b4f
Octal273330277150141720033117
Binary101110111101100010111111110101100111110000000110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD8BF; }

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

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

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

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

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

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

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

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