#BCCDC8

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

Shades of Jet Stream #BCCDC8

Tints of Jet Stream #BCCDC8

Color information

#BCCDC8 (or 0xBCCDC8) is unknown color: approx Jet Stream. HEX triplet: BC, CD and C8. RGB value is (188,205,200). Sum of RGB (Red+Green+Blue) = 188+205+200=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 200 (78.52% from 255 or 33.73% from 593); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCDC8 is #433237. Grayscale: #C7C7C7. Windows color (decimal): -4403768 or 13159868. OLE color: 13159868.

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

Color convert

RGB188205200-
CMYK0.0800.020.20
HSL162.35º14.53%77.06%-
HSV(B)162.35º8.29%80.39%-
XYZ5358.5263.15-
YUV199.35128.37119.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.70%
GREEN value IS 205 (80.47% from 255) = 34.57%
BLUE value IS 200 (78.52% from 255) = 33.73%
R=31.70%
G=34.57%
B=33.73%

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
Decimal1882052000.0800.020.20162.3514.5377.06
HexBCCDC880214a2f4d
Octal27431531010022424217115
Binary1011110011001101110010001000010101001010001011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCDC8; }

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

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

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

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

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

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

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

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