Html Css Color HEX #BFDACA Aero Blue

📋 copy color: '#BFDACA'

red 191 ◦ green 218 ◦ blue 202

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

Shades of Aero Blue #BFDACA

Tints of Aero Blue #BFDACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 33.06%

R = 31.26%
G = 35.68%
B = 33.06%

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

#BFDACA (or 0xBFDACA) is known color: Aero Blue. HEX triplet: BF, DA and CA. RGB value is (191,218,202). Sum of RGB (Red+Green+Blue) = 191+218+202=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 202 (79.30% from 255 or 33.06% from 611); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDACA is #402535. Grayscale: #D0D0D0. Windows color (decimal): -4203830 or 13294271. OLE color: 13294271.

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

Color convert

RGB 191 218 202 -
CMYK 0.12 0 0.07 0.15
HSL 144.44º 0.27% 0.8% -
HSV(B) 144.44º 0.12% 0.85% -
XYZ 57.22 65.48 65.5 -
YUV 208.1 124.55 115.8 -
System Red Green Blue C M Y K H S L
Decimal 191 218 202 0.12 0 0.07 0.15 144.44 0.27 0.8
Hex BF DA CA C 0 7 F 90 1B 50
Octal 277 332 312 14 0 7 17 220 33 120
Binary 10111111 11011010 11001010 1100 0 111 1111 10010000 11011 1010000

Color Harmonies of #BFDACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDACA

Black with #BFDACA

Text Example


Text Example

White with #BFDACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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