#BCD5CC

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

Shades of Jet Stream #BCD5CC

Tints of Jet Stream #BCD5CC

Color information

#BCD5CC (or 0xBCD5CC) is unknown color: approx Jet Stream. HEX triplet: BC, D5 and CC. RGB value is (188,213,204). Sum of RGB (Red+Green+Blue) = 188+213+204=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 213 (83.59% from 255 or 35.21% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD5CC is #432A33. Grayscale: #CCCCCC. Windows color (decimal): -4401716 or 13424060. OLE color: 13424060.

HSL color Cylindrical-coordinate representation of color #BCD5CC: hue angle of 158.4º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCD5CC is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB188213204-
CMYK0.1200.040.16
HSL158.4º22.94%78.63%-
HSV(B)158.4º11.74%83.53%-
XYZ55.4362.6466.3-
YUV204.5127.72116.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.07%
GREEN value IS 213 (83.59% from 255) = 35.21%
BLUE value IS 204 (80.08% from 255) = 33.72%
R=31.07%
G=35.21%
B=33.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882132040.1200.040.16158.422.9478.63
HexBCD5CCC04109e174f
Octal27432531414042023627117
Binary101111001101010111001100110001001000010011110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD5CC; }

 p { color: rgb(188,213,204); }

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

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

 a { background-color: rgb(188,213,204); }

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

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

 span { border-color: rgb(188,213,204); }

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