Html Css Color HEX #BAD7CA Jet Stream

📋 copy color: '#BAD7CA'

red 186 ◦ green 215 ◦ blue 202

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

Shades of Jet Stream #BAD7CA

Tints of Jet Stream #BAD7CA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.66%

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

R = 30.85%
G = 35.66%
B = 33.5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#BAD7CA (or 0xBAD7CA) is known color: Jet Stream. HEX triplet: BA, D7 and CA. RGB value is (186,215,202). Sum of RGB (Red+Green+Blue) = 186+215+202=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 215 (84.38% from 255 or 35.66% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 215 - color contains mainly: green. Hex color #BAD7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD7CA is #452835. Grayscale: #CCCCCC. Windows color (decimal): -4532278 or 13293498. OLE color: 13293498.

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

Color convert

RGB 186 215 202 -
CMYK 0.13 0 0.06 0.16
HSL 153.1º 0.27% 0.79% -
HSV(B) 153.1º 0.13% 0.84% -
XYZ 55.21 63.3 65.19 -
YUV 204.85 126.39 114.56 -
System Red Green Blue C M Y K H S L
Decimal 186 215 202 0.13 0 0.06 0.16 153.1 0.27 0.79
Hex BA D7 CA D 0 6 10 99 1B 4F
Octal 272 327 312 15 0 6 20 231 33 117
Binary 10111010 11010111 11001010 1101 0 110 10000 10011001 11011 1001111

Color Harmonies of #BAD7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD7CA

Black with #BAD7CA

Text Example


Text Example

White with #BAD7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD7CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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