Html Css Color HEX #BAD5CF Jet Stream

📋 copy color: '#BAD5CF'

red 186 ◦ green 213 ◦ blue 207

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

Shades of Jet Stream #BAD5CF

Tints of Jet Stream #BAD5CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.16%

R = 30.69%
G = 35.15%
B = 34.16%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#BAD5CF (or 0xBAD5CF) is known color: Jet Stream. HEX triplet: BA, D5 and CF. RGB value is (186,213,207). Sum of RGB (Red+Green+Blue) = 186+213+207=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 213 (83.59% from 255 or 35.15% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD5CF is #452A30. Grayscale: #CCCCCC. Windows color (decimal): -4532785 or 13620666. OLE color: 13620666.

HSL color Cylindrical-coordinate representation of color #BAD5CF: hue angle of 166.67º 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 #BAD5CF is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 213 207 -
CMYK 0.13 0 0.03 0.16
HSL 166.67º 0.24% 0.78% -
HSV(B) 166.67º 0.13% 0.84% -
XYZ 55.31 62.53 68.19 -
YUV 204.24 129.55 114.99 -
System Red Green Blue C M Y K H S L
Decimal 186 213 207 0.13 0 0.03 0.16 166.67 0.24 0.78
Hex BA D5 CF D 0 3 10 A7 18 4E
Octal 272 325 317 15 0 3 20 247 30 116
Binary 10111010 11010101 11001111 1101 0 11 10000 10100111 11000 1001110

Color Harmonies of #BAD5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD5CF

Black with #BAD5CF

Text Example


Text Example

White with #BAD5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD5CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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