Html Css Color HEX #BCD5CA Jet Stream

📋 copy color: '#BCD5CA'

red 188 ◦ green 213 ◦ blue 202

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

Shades of Jet Stream #BCD5CA

Tints of Jet Stream #BCD5CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 33.5%

R = 31.18%
G = 35.32%
B = 33.5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#BCD5CA (or 0xBCD5CA) is known color: Jet Stream. HEX triplet: BC, D5 and CA. RGB value is (188,213,202). Sum of RGB (Red+Green+Blue) = 188+213+202=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 213 (83.59% from 255 or 35.32% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD5CA is #432A35. Grayscale: #CCCCCC. Windows color (decimal): -4401718 or 13292988. OLE color: 13292988.

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

Color convert

RGB 188 213 202 -
CMYK 0.12 0 0.05 0.16
HSL 153.6º 0.23% 0.79% -
HSV(B) 153.6º 0.12% 0.84% -
XYZ 55.19 62.54 65.04 -
YUV 204.27 126.72 116.39 -
System Red Green Blue C M Y K H S L
Decimal 188 213 202 0.12 0 0.05 0.16 153.6 0.23 0.79
Hex BC D5 CA C 0 5 10 9A 17 4F
Octal 274 325 312 14 0 5 20 232 27 117
Binary 10111100 11010101 11001010 1100 0 101 10000 10011010 10111 1001111

Color Harmonies of #BCD5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD5CA

Black with #BCD5CA

Text Example


Text Example

White with #BCD5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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