Html Css Color HEX #BFDACC Aero Blue

📋 copy color: '#BFDACC'

red 191 ◦ green 218 ◦ blue 204

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

Shades of Aero Blue #BFDACC

Tints of Aero Blue #BFDACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.28%

R = 31.16%
G = 35.56%
B = 33.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#BFDACC (or 0xBFDACC) is known color: Aero Blue. HEX triplet: BF, DA and CC. RGB value is (191,218,204). Sum of RGB (Red+Green+Blue) = 191+218+204=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDACC is #402533. Grayscale: #D0D0D0. Windows color (decimal): -4203828 or 13425343. OLE color: 13425343.

HSL color Cylindrical-coordinate representation of color #BFDACC: hue angle of 148.89º 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 #BFDACC is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 218 204 -
CMYK 0.12 0 0.06 0.15
HSL 148.89º 0.27% 0.8% -
HSV(B) 148.89º 0.12% 0.85% -
XYZ 57.46 65.58 66.76 -
YUV 208.33 125.55 115.64 -
System Red Green Blue C M Y K H S L
Decimal 191 218 204 0.12 0 0.06 0.15 148.89 0.27 0.8
Hex BF DA CC C 0 6 F 95 1B 50
Octal 277 332 314 14 0 6 17 225 33 120
Binary 10111111 11011010 11001100 1100 0 110 1111 10010101 11011 1010000

Color Harmonies of #BFDACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDACC

Black with #BFDACC

Text Example


Text Example

White with #BFDACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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