Html Css Color HEX #BAD1CA Jet Stream

📋 copy color: '#BAD1CA'

red 186 ◦ green 209 ◦ blue 202

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

Shades of Jet Stream #BAD1CA

Tints of Jet Stream #BAD1CA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.01%

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

R = 31.16%
G = 35.01%
B = 33.84%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#BAD1CA (or 0xBAD1CA) is known color: Jet Stream. HEX triplet: BA, D1 and CA. RGB value is (186,209,202). Sum of RGB (Red+Green+Blue) = 186+209+202=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 209 (82.03% from 255 or 35.01% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD1CA is #452E35. Grayscale: #C9C9C9. Windows color (decimal): -4533814 or 13291962. OLE color: 13291962.

HSL color Cylindrical-coordinate representation of color #BAD1CA: hue angle of 161.74º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAD1CA is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 209 202 -
CMYK 0.11 0 0.03 0.18
HSL 161.74º 0.2% 0.77% -
HSV(B) 161.74º 0.11% 0.82% -
XYZ 53.71 60.3 64.69 -
YUV 201.33 128.38 117.07 -
System Red Green Blue C M Y K H S L
Decimal 186 209 202 0.11 0 0.03 0.18 161.74 0.2 0.77
Hex BA D1 CA B 0 3 12 A2 14 4D
Octal 272 321 312 13 0 3 22 242 24 115
Binary 10111010 11010001 11001010 1011 0 11 10010 10100010 10100 1001101

Color Harmonies of #BAD1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD1CA

Black with #BAD1CA

Text Example


Text Example

White with #BAD1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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