Html Css Color HEX #BAD5CA Jet Stream

📋 copy color: '#BAD5CA'

red 186 ◦ green 213 ◦ blue 202

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

Shades of Jet Stream #BAD5CA

Tints of Jet Stream #BAD5CA

RGB

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

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

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

R = 30.95%
G = 35.44%
B = 33.61%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#BAD5CA (or 0xBAD5CA) is known color: Jet Stream. HEX triplet: BA, D5 and CA. RGB value is (186,213,202). Sum of RGB (Red+Green+Blue) = 186+213+202=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 213 (83.59% from 255 or 35.44% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD5CA is #452A35. Grayscale: #CBCBCB. Windows color (decimal): -4532790 or 13292986. OLE color: 13292986.

HSL color Cylindrical-coordinate representation of color #BAD5CA: hue angle of 155.56º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAD5CA is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 213 202 -
CMYK 0.13 0 0.05 0.16
HSL 155.56º 0.24% 0.78% -
HSV(B) 155.56º 0.13% 0.84% -
XYZ 54.7 62.29 65.02 -
YUV 203.67 127.05 115.39 -
System Red Green Blue C M Y K H S L
Decimal 186 213 202 0.13 0 0.05 0.16 155.56 0.24 0.78
Hex BA D5 CA D 0 5 10 9C 18 4E
Octal 272 325 312 15 0 5 20 234 30 116
Binary 10111010 11010101 11001010 1101 0 101 10000 10011100 11000 1001110

Color Harmonies of #BAD5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD5CA

Black with #BAD5CA

Text Example


Text Example

White with #BAD5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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