Html Css Color HEX #BFEDD4 Aero Blue

📋 copy color: '#BFEDD4'

red 191 ◦ green 237 ◦ blue 212

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

Shades of Aero Blue #BFEDD4

Tints of Aero Blue #BFEDD4

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.03%

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

R = 29.84%
G = 37.03%
B = 33.13%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#BFEDD4 (or 0xBFEDD4) is known color: Aero Blue. HEX triplet: BF, ED and D4. RGB value is (191,237,212). Sum of RGB (Red+Green+Blue) = 191+237+212=640 (84% of max value = 765). Red value is 191 (75% from 255 or 29.84% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 212 (83.20% from 255 or 33.12% from 640); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEDD4 is #40122B. Grayscale: #DCDCDC. Windows color (decimal): -4198956 or 13954495. OLE color: 13954495.

HSL color Cylindrical-coordinate representation of color #BFEDD4: hue angle of 147.39º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFEDD4 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 237 212 -
CMYK 0.19 0 0.11 0.07
HSL 147.39º 0.56% 0.84% -
HSV(B) 147.39º 0.19% 0.93% -
XYZ 63.65 76.4 73.68 -
YUV 220.4 123.26 107.03 -
System Red Green Blue C M Y K H S L
Decimal 191 237 212 0.19 0 0.11 0.07 147.39 0.56 0.84
Hex BF ED D4 13 0 B 7 93 38 54
Octal 277 355 324 23 0 13 7 223 70 124
Binary 10111111 11101101 11010100 10011 0 1011 111 10010011 111000 1010100

Color Harmonies of #BFEDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEDD4

Black with #BFEDD4

Text Example


Text Example

White with #BFEDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEDD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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