#BBCFCC

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

Shades of Jet Stream #BBCFCC

Tints of Jet Stream #BBCFCC

Color information

#BBCFCC (or 0xBBCFCC) is unknown color: approx Jet Stream. HEX triplet: BB, CF and CC. RGB value is (187,207,204). Sum of RGB (Red+Green+Blue) = 187+207+204=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 207 (81.25% from 255 or 34.62% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFCC is #443033. Grayscale: #C8C8C8. Windows color (decimal): -4468788 or 13422523. OLE color: 13422523.

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

Color convert

RGB187207204-
CMYK0.1000.010.19
HSL171º17.24%77.25%-
HSV(B)171º9.66%81.18%-
XYZ53.7159.5565.79-
YUV200.68129.87118.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.27%
GREEN value IS 207 (81.25% from 255) = 34.62%
BLUE value IS 204 (80.08% from 255) = 34.11%
R=31.27%
G=34.62%
B=34.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1872072040.1000.010.1917117.2477.25
HexBBCFCCA0113ab114d
Octal27331731412012325321115
Binary1011101111001111110011001010011001110101011100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCFCC; }

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

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

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

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

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

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

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

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