Html Css Color HEX #BAD4CA Jet Stream

📋 copy color: '#BAD4CA'

red 186 ◦ green 212 ◦ blue 202

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

Shades of Jet Stream #BAD4CA

Tints of Jet Stream #BAD4CA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.33%

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

R = 31%
G = 35.33%
B = 33.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#BAD4CA (or 0xBAD4CA) is known color: Jet Stream. HEX triplet: BA, D4 and CA. RGB value is (186,212,202). Sum of RGB (Red+Green+Blue) = 186+212+202=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 212 (83.20% from 255 or 35.33% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD4CA is #452B35. Grayscale: #CBCBCB. Windows color (decimal): -4533046 or 13292730. OLE color: 13292730.

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

Color convert

RGB 186 212 202 -
CMYK 0.12 0 0.05 0.17
HSL 156.92º 0.23% 0.78% -
HSV(B) 156.92º 0.12% 0.83% -
XYZ 54.45 61.79 64.93 -
YUV 203.09 127.39 115.81 -
System Red Green Blue C M Y K H S L
Decimal 186 212 202 0.12 0 0.05 0.17 156.92 0.23 0.78
Hex BA D4 CA C 0 5 11 9D 17 4E
Octal 272 324 312 14 0 5 21 235 27 116
Binary 10111010 11010100 11001010 1100 0 101 10001 10011101 10111 1001110

Color Harmonies of #BAD4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD4CA

Black with #BAD4CA

Text Example


Text Example

White with #BAD4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD4CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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