#BBD0BF

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

Shades of Surf #BBD0BF

Tints of Surf #BBD0BF

Color information

#BBD0BF (or 0xBBD0BF) is unknown color: approx Surf. HEX triplet: BB, D0 and BF. RGB value is (187,208,191). Sum of RGB (Red+Green+Blue) = 187+208+191=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 208 (81.64% from 255 or 35.49% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD0BF is #442F40. Grayscale: #C7C7C7. Windows color (decimal): -4468545 or 12570811. OLE color: 12570811.

HSL color Cylindrical-coordinate representation of color #BBD0BF: hue angle of 131.43º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBD0BF is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB187208191-
CMYK0.1000.080.18
HSL131.43º18.26%77.45%-
HSV(B)131.43º10.1%81.57%-
XYZ52.4559.4458-
YUV199.78123.04118.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.91%
GREEN value IS 208 (81.64% from 255) = 35.49%
BLUE value IS 191 (75% from 255) = 32.59%
R=31.91%
G=35.49%
B=32.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872081910.1000.080.18131.4318.2677.45
HexBBD0BFA081283124d
Octal273320277120102220322115
Binary1011101111010000101111111010010001001010000011100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD0BF; }

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

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

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

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

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

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

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

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