#BBCDC7

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

Shades of Jet Stream #BBCDC7

Tints of Jet Stream #BBCDC7

Color information

#BBCDC7 (or 0xBBCDC7) is unknown color: approx Jet Stream. HEX triplet: BB, CD and C7. RGB value is (187,205,199). Sum of RGB (Red+Green+Blue) = 187+205+199=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 199 (78.12% from 255 or 33.67% from 591); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDC7 is #443238. Grayscale: #C6C6C6. Windows color (decimal): -4469305 or 13094331. OLE color: 13094331.

HSL color Cylindrical-coordinate representation of color #BBCDC7: hue angle of 160º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBCDC7 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB187205199-
CMYK0.0900.030.20
HSL160º15.25%76.86%-
HSV(B)160º8.78%80.39%-
XYZ52.6358.3562.52-
YUV198.93128.04119.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.64%
GREEN value IS 205 (80.47% from 255) = 34.69%
BLUE value IS 199 (78.12% from 255) = 33.67%
R=31.64%
G=34.69%
B=33.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872051990.0900.030.2016015.2576.86
HexBBCDC790314a0f4d
Octal27331530711032424017115
Binary1011101111001101110001111001011101001010000011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCDC7; }

 p { color: rgb(187,205,199); }

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

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

 a { background-color: rgb(187,205,199); }

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

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

 span { border-color: rgb(187,205,199); }

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