Html Css Color HEX #BFEFD5 Aero Blue

📋 copy color: '#BFEFD5'

red 191 ◦ green 239 ◦ blue 213

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

Shades of Aero Blue #BFEFD5

Tints of Aero Blue #BFEFD5

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.17%

 BLUE value IS 213 (83.59% from 255) = 33.13%

R = 29.7%
G = 37.17%
B = 33.13%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#BFEFD5 (or 0xBFEFD5) is known color: Aero Blue. HEX triplet: BF, EF and D5. RGB value is (191,239,213). Sum of RGB (Red+Green+Blue) = 191+239+213=643 (85% of max value = 765). Red value is 191 (75% from 255 or 29.70% from 643); Green value is 239 (93.75% from 255 or 37.17% from 643); Blue value is 213 (83.59% from 255 or 33.13% from 643); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEFD5 is #40102A. Grayscale: #DDDDDD. Windows color (decimal): -4198443 or 14020543. OLE color: 14020543.

HSL color Cylindrical-coordinate representation of color #BFEFD5: hue angle of 147.5º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFEFD5 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 239 213 -
CMYK 0.20 0 0.11 0.06
HSL 147.5º 0.6% 0.84% -
HSV(B) 147.5º 0.2% 0.94% -
XYZ 64.36 77.61 74.54 -
YUV 221.68 123.1 106.11 -
System Red Green Blue C M Y K H S L
Decimal 191 239 213 0.20 0 0.11 0.06 147.5 0.6 0.84
Hex BF EF D5 14 0 B 6 94 3C 54
Octal 277 357 325 24 0 13 6 224 74 124
Binary 10111111 11101111 11010101 10100 0 1011 110 10010100 111100 1010100

Color Harmonies of #BFEFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEFD5

Black with #BFEFD5

Text Example


Text Example

White with #BFEFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEFD5; }

 p { color: rgb(191,239,213); }

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

background-color css

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

 a { background-color: rgb(191,239,213); }

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

border-color css

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

 span { border-color: rgb(191,239,213); }

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