Html Css Color HEX #BFEAD0 Aero Blue

📋 copy color: '#BFEAD0'

red 191 ◦ green 234 ◦ blue 208

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

Shades of Aero Blue #BFEAD0

Tints of Aero Blue #BFEAD0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.97%

 BLUE value IS 208 (81.64% from 255) = 32.86%

R = 30.17%
G = 36.97%
B = 32.86%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#BFEAD0 (or 0xBFEAD0) is known color: Aero Blue. HEX triplet: BF, EA and D0. RGB value is (191,234,208). Sum of RGB (Red+Green+Blue) = 191+234+208=633 (83% of max value = 765). Red value is 191 (75% from 255 or 30.17% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 208 (81.64% from 255 or 32.86% from 633); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEAD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEAD0 is #40152F. Grayscale: #DADADA. Windows color (decimal): -4199728 or 13691583. OLE color: 13691583.

HSL color Cylindrical-coordinate representation of color #BFEAD0: hue angle of 143.72º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFEAD0 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 234 208 -
CMYK 0.18 0 0.11 0.08
HSL 143.72º 0.51% 0.83% -
HSV(B) 143.72º 0.18% 0.92% -
XYZ 62.29 74.48 70.77 -
YUV 218.18 122.25 108.61 -
System Red Green Blue C M Y K H S L
Decimal 191 234 208 0.18 0 0.11 0.08 143.72 0.51 0.83
Hex BF EA D0 12 0 B 8 90 33 53
Octal 277 352 320 22 0 13 10 220 63 123
Binary 10111111 11101010 11010000 10010 0 1011 1000 10010000 110011 1010011

Color Harmonies of #BFEAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEAD0

Black with #BFEAD0

Text Example


Text Example

White with #BFEAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEAD0; }

 p { color: rgb(191,234,208); }

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

background-color css

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

 a { background-color: rgb(191,234,208); }

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

border-color css

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

 span { border-color: rgb(191,234,208); }

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