Html Css Color HEX #BFDACB Aero Blue

📋 copy color: '#BFDACB'

red 191 ◦ green 218 ◦ blue 203

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

Shades of Aero Blue #BFDACB

Tints of Aero Blue #BFDACB

RGB

 RED value IS 191 (75% from 255) = 31.21%

 GREEN value IS 218 (85.55% from 255) = 35.62%

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

R = 31.21%
G = 35.62%
B = 33.17%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#BFDACB (or 0xBFDACB) is known color: Aero Blue. HEX triplet: BF, DA and CB. RGB value is (191,218,203). Sum of RGB (Red+Green+Blue) = 191+218+203=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDACB is #402534. Grayscale: #D0D0D0. Windows color (decimal): -4203829 or 13359807. OLE color: 13359807.

HSL color Cylindrical-coordinate representation of color #BFDACB: hue angle of 146.67º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFDACB is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 218 203 -
CMYK 0.12 0 0.07 0.15
HSL 146.67º 0.27% 0.8% -
HSV(B) 146.67º 0.12% 0.85% -
XYZ 57.34 65.53 66.13 -
YUV 208.22 125.05 115.72 -
System Red Green Blue C M Y K H S L
Decimal 191 218 203 0.12 0 0.07 0.15 146.67 0.27 0.8
Hex BF DA CB C 0 7 F 93 1B 50
Octal 277 332 313 14 0 7 17 223 33 120
Binary 10111111 11011010 11001011 1100 0 111 1111 10010011 11011 1010000

Color Harmonies of #BFDACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDACB

Black with #BFDACB

Text Example


Text Example

White with #BFDACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDACB; }

 p { color: rgb(191,218,203); }

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

background-color css

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

 a { background-color: rgb(191,218,203); }

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

border-color css

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

 span { border-color: rgb(191,218,203); }

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