Html Css Color HEX #BAD2C8 Jet Stream

📋 copy color: '#BAD2C8'

red 186 ◦ green 210 ◦ blue 200

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

Shades of Jet Stream #BAD2C8

Tints of Jet Stream #BAD2C8

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.23%

 BLUE value IS 200 (78.52% from 255) = 33.56%

R = 31.21%
G = 35.23%
B = 33.56%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#BAD2C8 (or 0xBAD2C8) is known color: Jet Stream. HEX triplet: BA, D2 and C8. RGB value is (186,210,200). Sum of RGB (Red+Green+Blue) = 186+210+200=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 210 (82.42% from 255 or 35.23% from 596); Blue value is 200 (78.52% from 255 or 33.56% from 596); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD2C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD2C8 is #452D37. Grayscale: #C9C9C9. Windows color (decimal): -4533560 or 13161146. OLE color: 13161146.

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

Color convert

RGB 186 210 200 -
CMYK 0.11 0 0.05 0.18
HSL 155º 0.21% 0.78% -
HSV(B) 155º 0.11% 0.82% -
XYZ 53.72 60.7 63.53 -
YUV 201.68 127.05 116.81 -
System Red Green Blue C M Y K H S L
Decimal 186 210 200 0.11 0 0.05 0.18 155 0.21 0.78
Hex BA D2 C8 B 0 5 12 9B 15 4E
Octal 272 322 310 13 0 5 22 233 25 116
Binary 10111010 11010010 11001000 1011 0 101 10010 10011011 10101 1001110

Color Harmonies of #BAD2C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD2C8

Black with #BAD2C8

Text Example


Text Example

White with #BAD2C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD2C8; }

 p { color: rgb(186,210,200); }

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

background-color css

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

 a { background-color: rgb(186,210,200); }

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

border-color css

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

 span { border-color: rgb(186,210,200); }

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