Html Css Color HEX #BAD0CB Jet Stream

📋 copy color: '#BAD0CB'

red 186 ◦ green 208 ◦ blue 203

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

Shades of Jet Stream #BAD0CB

Tints of Jet Stream #BAD0CB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.84%

 BLUE value IS 203 (79.69% from 255) = 34%

R = 31.16%
G = 34.84%
B = 34%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#BAD0CB (or 0xBAD0CB) is known color: Jet Stream. HEX triplet: BA, D0 and CB. RGB value is (186,208,203). Sum of RGB (Red+Green+Blue) = 186+208+203=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 208 (81.64% from 255 or 34.84% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD0CB is #452F34. Grayscale: #C8C8C8. Windows color (decimal): -4534069 or 13357242. OLE color: 13357242.

HSL color Cylindrical-coordinate representation of color #BAD0CB: hue angle of 166.36º degrees, saturation: 0.19, 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 #BAD0CB is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 208 203 -
CMYK 0.11 0 0.02 0.18
HSL 166.36º 0.19% 0.77% -
HSV(B) 166.36º 0.11% 0.82% -
XYZ 53.59 59.86 65.23 -
YUV 200.85 129.21 117.41 -
System Red Green Blue C M Y K H S L
Decimal 186 208 203 0.11 0 0.02 0.18 166.36 0.19 0.77
Hex BA D0 CB B 0 2 12 A6 13 4D
Octal 272 320 313 13 0 2 22 246 23 115
Binary 10111010 11010000 11001011 1011 0 10 10010 10100110 10011 1001101

Color Harmonies of #BAD0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD0CB

Black with #BAD0CB

Text Example


Text Example

White with #BAD0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD0CB; }

 p { color: rgb(186,208,203); }

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

background-color css

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

 a { background-color: rgb(186,208,203); }

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

border-color css

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

 span { border-color: rgb(186,208,203); }

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