Html Css Color HEX #BAD8CA Jet Stream

📋 copy color: '#BAD8CA'

red 186 ◦ green 216 ◦ blue 202

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

Shades of Jet Stream #BAD8CA

Tints of Jet Stream #BAD8CA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.76%

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

R = 30.79%
G = 35.76%
B = 33.44%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#BAD8CA (or 0xBAD8CA) is known color: Jet Stream. HEX triplet: BA, D8 and CA. RGB value is (186,216,202). Sum of RGB (Red+Green+Blue) = 186+216+202=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 216 (84.77% from 255 or 35.76% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD8CA is #452735. Grayscale: #CDCDCD. Windows color (decimal): -4532022 or 13293754. OLE color: 13293754.

HSL color Cylindrical-coordinate representation of color #BAD8CA: hue angle of 152º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAD8CA is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 216 202 -
CMYK 0.14 0 0.06 0.15
HSL 152º 0.28% 0.79% -
HSV(B) 152º 0.14% 0.85% -
XYZ 55.47 63.82 65.27 -
YUV 205.43 126.06 114.14 -
System Red Green Blue C M Y K H S L
Decimal 186 216 202 0.14 0 0.06 0.15 152 0.28 0.79
Hex BA D8 CA E 0 6 F 98 1C 4F
Octal 272 330 312 16 0 6 17 230 34 117
Binary 10111010 11011000 11001010 1110 0 110 1111 10011000 11100 1001111

Color Harmonies of #BAD8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD8CA

Black with #BAD8CA

Text Example


Text Example

White with #BAD8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD8CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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