Html Css Color HEX #BAD3CA Jet Stream

📋 copy color: '#BAD3CA'

red 186 ◦ green 211 ◦ blue 202

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

Shades of Jet Stream #BAD3CA

Tints of Jet Stream #BAD3CA

RGB

 RED value IS 186 (73.05% from 255) = 31.05%

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

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

R = 31.05%
G = 35.23%
B = 33.72%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#BAD3CA (or 0xBAD3CA) is known color: Jet Stream. HEX triplet: BA, D3 and CA. RGB value is (186,211,202). Sum of RGB (Red+Green+Blue) = 186+211+202=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 211 (82.81% from 255 or 35.23% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD3CA is #452C35. Grayscale: #CACACA. Windows color (decimal): -4533302 or 13292474. OLE color: 13292474.

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

Color convert

RGB 186 211 202 -
CMYK 0.12 0 0.04 0.17
HSL 158.4º 0.22% 0.78% -
HSV(B) 158.4º 0.12% 0.83% -
XYZ 54.2 61.29 64.85 -
YUV 202.5 127.72 116.23 -
System Red Green Blue C M Y K H S L
Decimal 186 211 202 0.12 0 0.04 0.17 158.4 0.22 0.78
Hex BA D3 CA C 0 4 11 9E 16 4E
Octal 272 323 312 14 0 4 21 236 26 116
Binary 10111010 11010011 11001010 1100 0 100 10001 10011110 10110 1001110

Color Harmonies of #BAD3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD3CA

Black with #BAD3CA

Text Example


Text Example

White with #BAD3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD3CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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