#BCD5C8

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

Shades of Jet Stream #BCD5C8

Tints of Jet Stream #BCD5C8

Color information

#BCD5C8 (or 0xBCD5C8) is unknown color: approx Jet Stream. HEX triplet: BC, D5 and C8. RGB value is (188,213,200). Sum of RGB (Red+Green+Blue) = 188+213+200=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 213 (83.59% from 255 or 35.44% from 601); Blue value is 200 (78.52% from 255 or 33.28% from 601); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD5C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD5C8 is #432A37. Grayscale: #CCCCCC. Windows color (decimal): -4401720 or 13161916. OLE color: 13161916.

HSL color Cylindrical-coordinate representation of color #BCD5C8: hue angle of 148.8º 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 #BCD5C8 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB188213200-
CMYK0.1200.060.16
HSL148.8º22.94%78.63%-
HSV(B)148.8º11.74%83.53%-
XYZ54.9662.4563.8-
YUV204.04125.72116.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.28%
GREEN value IS 213 (83.59% from 255) = 35.44%
BLUE value IS 200 (78.52% from 255) = 33.28%
R=31.28%
G=35.44%
B=33.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882132000.1200.060.16148.822.9478.63
HexBCD5C8C061095174f
Octal27432531014062022527117
Binary101111001101010111001000110001101000010010101101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD5C8; }

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

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

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

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

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

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

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

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