Html Css Color HEX #BAD3CB Jet Stream

📋 copy color: '#BAD3CB'

red 186 ◦ green 211 ◦ blue 203

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

Shades of Jet Stream #BAD3CB

Tints of Jet Stream #BAD3CB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.17%

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

R = 31%
G = 35.17%
B = 33.83%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#BAD3CB (or 0xBAD3CB) is known color: Jet Stream. HEX triplet: BA, D3 and CB. RGB value is (186,211,203). Sum of RGB (Red+Green+Blue) = 186+211+203=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 211 (82.81% from 255 or 35.17% from 600); Blue value is 203 (79.69% from 255 or 33.83% from 600); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD3CB is #452C34. Grayscale: #CACACA. Windows color (decimal): -4533301 or 13358010. OLE color: 13358010.

HSL color Cylindrical-coordinate representation of color #BAD3CB: hue angle of 160.8º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAD3CB is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 186 211 203 -
CMYK 0.12 0 0.04 0.17
HSL 160.8º 0.22% 0.78% -
HSV(B) 160.8º 0.12% 0.83% -
XYZ 54.32 61.34 65.48 -
YUV 202.61 128.22 116.15 -
System Red Green Blue C M Y K H S L
Decimal 186 211 203 0.12 0 0.04 0.17 160.8 0.22 0.78
Hex BA D3 CB C 0 4 11 A1 16 4E
Octal 272 323 313 14 0 4 21 241 26 116
Binary 10111010 11010011 11001011 1100 0 100 10001 10100001 10110 1001110

Color Harmonies of #BAD3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD3CB

Black with #BAD3CB

Text Example


Text Example

White with #BAD3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD3CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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