Html Css Color HEX #BADCCB Aero Blue

📋 copy color: '#BADCCB'

red 186 ◦ green 220 ◦ blue 203

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

Shades of Aero Blue #BADCCB

Tints of Aero Blue #BADCCB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.12%

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

R = 30.54%
G = 36.12%
B = 33.33%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#BADCCB (or 0xBADCCB) is known color: Aero Blue. HEX triplet: BA, DC and CB. RGB value is (186,220,203). Sum of RGB (Red+Green+Blue) = 186+220+203=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCCB is #452334. Grayscale: #CFCFCF. Windows color (decimal): -4530997 or 13360314. OLE color: 13360314.

HSL color Cylindrical-coordinate representation of color #BADCCB: hue angle of 150º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BADCCB is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 220 203 -
CMYK 0.15 0 0.08 0.14
HSL 150º 0.33% 0.8% -
HSV(B) 150º 0.15% 0.86% -
XYZ 56.62 65.94 66.24 -
YUV 207.9 125.24 112.38 -
System Red Green Blue C M Y K H S L
Decimal 186 220 203 0.15 0 0.08 0.14 150 0.33 0.8
Hex BA DC CB F 0 8 E 96 21 50
Octal 272 334 313 17 0 10 16 226 41 120
Binary 10111010 11011100 11001011 1111 0 1000 1110 10010110 100001 1010000

Color Harmonies of #BADCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADCCB

Black with #BADCCB

Text Example


Text Example

White with #BADCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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