#BBCFBF

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

Shades of Surf #BBCFBF

Tints of Surf #BBCFBF

Color information

#BBCFBF (or 0xBBCFBF) is unknown color: approx Surf. HEX triplet: BB, CF and BF. RGB value is (187,207,191). Sum of RGB (Red+Green+Blue) = 187+207+191=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFBF is #443040. Grayscale: #C7C7C7. Windows color (decimal): -4468801 or 12570555. OLE color: 12570555.

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

Color convert

RGB187207191-
CMYK0.1000.080.19
HSL132º17.24%77.25%-
HSV(B)132º9.66%81.18%-
XYZ52.2158.9557.92-
YUV199.2123.37119.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.97%
GREEN value IS 207 (81.25% from 255) = 35.38%
BLUE value IS 191 (75% from 255) = 32.65%
R=31.97%
G=35.38%
B=32.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1872071910.1000.080.1913217.2477.25
HexBBCFBFA081384114d
Octal273317277120102320421115
Binary1011101111001111101111111010010001001110000100100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCFBF; }

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

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

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

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

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

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

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

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