#BBCFCA

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

Shades of Jet Stream #BBCFCA

Tints of Jet Stream #BBCFCA

Color information

#BBCFCA (or 0xBBCFCA) is unknown color: approx Jet Stream. HEX triplet: BB, CF and CA. RGB value is (187,207,202). Sum of RGB (Red+Green+Blue) = 187+207+202=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 207 (81.25% from 255 or 34.73% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFCA is #443035. Grayscale: #C8C8C8. Windows color (decimal): -4468790 or 13291451. OLE color: 13291451.

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

Color convert

RGB187207202-
CMYK0.1000.020.19
HSL165º17.24%77.25%-
HSV(B)165º9.66%81.18%-
XYZ53.4759.4564.54-
YUV200.45128.87118.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.38%
GREEN value IS 207 (81.25% from 255) = 34.73%
BLUE value IS 202 (79.30% from 255) = 33.89%
R=31.38%
G=34.73%
B=33.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1872072020.1000.020.1916517.2477.25
HexBBCFCAA0213a5114d
Octal27331731212022324521115
Binary10111011110011111100101010100101001110100101100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCFCA; }

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

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

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

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

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

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

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

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