Html Css Color HEX #BFEDD6 Aero Blue

📋 copy color: '#BFEDD6'

red 191 ◦ green 237 ◦ blue 214

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

Shades of Aero Blue #BFEDD6

Tints of Aero Blue #BFEDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 33.33%

R = 29.75%
G = 36.92%
B = 33.33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#BFEDD6 (or 0xBFEDD6) is known color: Aero Blue. HEX triplet: BF, ED and D6. RGB value is (191,237,214). Sum of RGB (Red+Green+Blue) = 191+237+214=642 (85% of max value = 765). Red value is 191 (75% from 255 or 29.75% from 642); Green value is 237 (92.97% from 255 or 36.92% from 642); Blue value is 214 (83.98% from 255 or 33.33% from 642); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEDD6 is #401229. Grayscale: #DCDCDC. Windows color (decimal): -4198954 or 14085567. OLE color: 14085567.

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

Color convert

RGB 191 237 214 -
CMYK 0.19 0 0.10 0.07
HSL 150º 0.56% 0.84% -
HSV(B) 150º 0.19% 0.93% -
XYZ 63.91 76.5 75.02 -
YUV 220.62 124.26 106.87 -
System Red Green Blue C M Y K H S L
Decimal 191 237 214 0.19 0 0.10 0.07 150 0.56 0.84
Hex BF ED D6 13 0 A 7 96 38 54
Octal 277 355 326 23 0 12 7 226 70 124
Binary 10111111 11101101 11010110 10011 0 1010 111 10010110 111000 1010100

Color Harmonies of #BFEDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEDD6

Black with #BFEDD6

Text Example


Text Example

White with #BFEDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEDD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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