#BCD3C8

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

Shades of Jet Stream #BCD3C8

Tints of Jet Stream #BCD3C8

Color information

#BCD3C8 (or 0xBCD3C8) is unknown color: approx Jet Stream. HEX triplet: BC, D3 and C8. RGB value is (188,211,200). Sum of RGB (Red+Green+Blue) = 188+211+200=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 211 (82.81% from 255 or 35.23% from 599); Blue value is 200 (78.52% from 255 or 33.39% from 599); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD3C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD3C8 is #432C37. Grayscale: #CACACA. Windows color (decimal): -4402232 or 13161404. OLE color: 13161404.

HSL color Cylindrical-coordinate representation of color #BCD3C8: hue angle of 151.3º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCD3C8 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB188211200-
CMYK0.1100.050.17
HSL151.3º20.72%78.24%-
HSV(B)151.3º10.9%82.75%-
XYZ54.4661.4563.63-
YUV202.87126.38117.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.39%
GREEN value IS 211 (82.81% from 255) = 35.23%
BLUE value IS 200 (78.52% from 255) = 33.39%
R=31.39%
G=35.23%
B=33.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1882112000.1100.050.17151.320.7278.24
HexBCD3C8B051197154e
Octal27432331013052122725116
Binary101111001101001111001000101101011000110010111101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD3C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD3C8; }

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

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

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

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

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

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

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

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