#BCD1CD

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

Shades of Jet Stream #BCD1CD

Tints of Jet Stream #BCD1CD

Color information

#BCD1CD (or 0xBCD1CD) is unknown color: approx Jet Stream. HEX triplet: BC, D1 and CD. RGB value is (188,209,205). Sum of RGB (Red+Green+Blue) = 188+209+205=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 209 (82.03% from 255 or 34.72% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD1CD is #432E32. Grayscale: #CACACA. Windows color (decimal): -4402739 or 13488572. OLE color: 13488572.

HSL color Cylindrical-coordinate representation of color #BCD1CD: hue angle of 168.57º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCD1CD is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB188209205-
CMYK0.1000.020.18
HSL168.57º18.58%77.84%-
HSV(B)168.57º10.05%81.96%-
XYZ54.5660.766.6-
YUV202.26129.54117.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.23%
GREEN value IS 209 (82.03% from 255) = 34.72%
BLUE value IS 205 (80.47% from 255) = 34.05%
R=31.23%
G=34.72%
B=34.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882092050.1000.020.18168.5718.5877.84
HexBCD1CDA0212a9134e
Octal27432131512022225123116
Binary10111100110100011100110110100101001010101001100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD1CD; }

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

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

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

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

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

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

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

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