#BCCDC9

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

Shades of Jet Stream #BCCDC9

Tints of Jet Stream #BCCDC9

Color information

#BCCDC9 (or 0xBCCDC9) is unknown color: approx Jet Stream. HEX triplet: BC, CD and C9. RGB value is (188,205,201). Sum of RGB (Red+Green+Blue) = 188+205+201=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 201 (78.91% from 255 or 33.84% from 594); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCDC9 is #433236. Grayscale: #C7C7C7. Windows color (decimal): -4403767 or 13225404. OLE color: 13225404.

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

Color convert

RGB188205201-
CMYK0.0800.020.20
HSL165.88º14.53%77.06%-
HSV(B)165.88º8.29%80.39%-
XYZ53.1158.5763.76-
YUV199.46128.87119.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.65%
GREEN value IS 205 (80.47% from 255) = 34.51%
BLUE value IS 201 (78.91% from 255) = 33.84%
R=31.65%
G=34.51%
B=33.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1882052010.0800.020.20165.8814.5377.06
HexBCCDC980214a6f4d
Octal27431531110022424617115
Binary1011110011001101110010011000010101001010011011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCDC9; }

 p { color: rgb(188,205,201); }

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

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

 a { background-color: rgb(188,205,201); }

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

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

 span { border-color: rgb(188,205,201); }

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