Html Css Color HEX #BCD3CA Jet Stream

📋 copy color: '#BCD3CA'

red 188 ◦ green 211 ◦ blue 202

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

Shades of Jet Stream #BCD3CA

Tints of Jet Stream #BCD3CA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.11%

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

R = 31.28%
G = 35.11%
B = 33.61%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#BCD3CA (or 0xBCD3CA) is known color: Jet Stream. HEX triplet: BC, D3 and CA. RGB value is (188,211,202). Sum of RGB (Red+Green+Blue) = 188+211+202=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 211 (82.81% from 255 or 35.11% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD3CA is #432C35. Grayscale: #CBCBCB. Windows color (decimal): -4402230 or 13292476. OLE color: 13292476.

HSL color Cylindrical-coordinate representation of color #BCD3CA: hue angle of 156.52º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCD3CA is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 211 202 -
CMYK 0.11 0 0.04 0.17
HSL 156.52º 0.21% 0.78% -
HSV(B) 156.52º 0.11% 0.83% -
XYZ 54.69 61.54 64.87 -
YUV 203.1 127.38 117.23 -
System Red Green Blue C M Y K H S L
Decimal 188 211 202 0.11 0 0.04 0.17 156.52 0.21 0.78
Hex BC D3 CA B 0 4 11 9D 15 4E
Octal 274 323 312 13 0 4 21 235 25 116
Binary 10111100 11010011 11001010 1011 0 100 10001 10011101 10101 1001110

Color Harmonies of #BCD3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD3CA

Black with #BCD3CA

Text Example


Text Example

White with #BCD3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD3CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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