Html Css Color HEX #BFEFD4 Aero Blue

📋 copy color: '#BFEFD4'

red 191 ◦ green 239 ◦ blue 212

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

Shades of Aero Blue #BFEFD4

Tints of Aero Blue #BFEFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.02%

R = 29.75%
G = 37.23%
B = 33.02%

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

#BFEFD4 (or 0xBFEFD4) is known color: Aero Blue. HEX triplet: BF, EF and D4. RGB value is (191,239,212). Sum of RGB (Red+Green+Blue) = 191+239+212=642 (85% of max value = 765). Red value is 191 (75% from 255 or 29.75% from 642); Green value is 239 (93.75% from 255 or 37.23% from 642); Blue value is 212 (83.20% from 255 or 33.02% from 642); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEFD4 is #40102B. Grayscale: #DDDDDD. Windows color (decimal): -4198444 or 13955007. OLE color: 13955007.

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

Color convert

RGB 191 239 212 -
CMYK 0.20 0 0.11 0.06
HSL 146.25º 0.6% 0.84% -
HSV(B) 146.25º 0.2% 0.94% -
XYZ 64.24 77.56 73.87 -
YUV 221.57 122.6 106.2 -
System Red Green Blue C M Y K H S L
Decimal 191 239 212 0.20 0 0.11 0.06 146.25 0.6 0.84
Hex BF EF D4 14 0 B 6 92 3C 54
Octal 277 357 324 24 0 13 6 222 74 124
Binary 10111111 11101111 11010100 10100 0 1011 110 10010010 111100 1010100

Color Harmonies of #BFEFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEFD4

Black with #BFEFD4

Text Example


Text Example

White with #BFEFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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