Html Css Color HEX #BCD5CD Jet Stream

📋 copy color: '#BCD5CD'

red 188 ◦ green 213 ◦ blue 205

#BCD5CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jet Stream #BCD5CD

Tints of Jet Stream #BCD5CD

RGB

 RED value IS 188 (73.83% from 255) = 31.02%

 GREEN value IS 213 (83.59% from 255) = 35.15%

 BLUE value IS 205 (80.47% from 255) = 33.83%

R = 31.02%
G = 35.15%
B = 33.83%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#BCD5CD (or 0xBCD5CD) is known color: Jet Stream. HEX triplet: BC, D5 and CD. RGB value is (188,213,205). Sum of RGB (Red+Green+Blue) = 188+213+205=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 213 (83.59% from 255 or 35.15% from 606); Blue value is 205 (80.47% from 255 or 33.83% from 606); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD5CD is #432A32. Grayscale: #CCCCCC. Windows color (decimal): -4401715 or 13489596. OLE color: 13489596.

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

Color convert

RGB 188 213 205 -
CMYK 0.12 0 0.04 0.16
HSL 160.8º 0.23% 0.79% -
HSV(B) 160.8º 0.12% 0.84% -
XYZ 55.55 62.69 66.93 -
YUV 204.61 128.22 116.15 -
System Red Green Blue C M Y K H S L
Decimal 188 213 205 0.12 0 0.04 0.16 160.8 0.23 0.79
Hex BC D5 CD C 0 4 10 A1 17 4F
Octal 274 325 315 14 0 4 20 241 27 117
Binary 10111100 11010101 11001101 1100 0 100 10000 10100001 10111 1001111

Color Harmonies of #BCD5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD5CD

Black with #BCD5CD

Text Example


Text Example

White with #BCD5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD5CD; }

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

 H1.HeaderClassName
 {
   color: #BCD5CD;
 }
 .AnyTagClassName
 {
   color: #BCD5CD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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