Html Css Color HEX #BFE4D4 Aero Blue

📋 copy color: '#BFE4D4'

red 191 ◦ green 228 ◦ blue 212

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

Shades of Aero Blue #BFE4D4

Tints of Aero Blue #BFE4D4

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.13%

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

R = 30.27%
G = 36.13%
B = 33.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#BFE4D4 (or 0xBFE4D4) is known color: Aero Blue. HEX triplet: BF, E4 and D4. RGB value is (191,228,212). Sum of RGB (Red+Green+Blue) = 191+228+212=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 228 (89.45% from 255 or 36.13% from 631); Blue value is 212 (83.20% from 255 or 33.60% from 631); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE4D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE4D4 is #401B2B. Grayscale: #D7D7D7. Windows color (decimal): -4201260 or 13952191. OLE color: 13952191.

HSL color Cylindrical-coordinate representation of color #BFE4D4: hue angle of 154.05º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFE4D4 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 228 212 -
CMYK 0.16 0 0.07 0.11
HSL 154.05º 0.41% 0.82% -
HSV(B) 154.05º 0.16% 0.89% -
XYZ 61.11 71.32 72.83 -
YUV 215.11 126.24 110.8 -
System Red Green Blue C M Y K H S L
Decimal 191 228 212 0.16 0 0.07 0.11 154.05 0.41 0.82
Hex BF E4 D4 10 0 7 B 9A 29 52
Octal 277 344 324 20 0 7 13 232 51 122
Binary 10111111 11100100 11010100 10000 0 111 1011 10011010 101001 1010010

Color Harmonies of #BFE4D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE4D4

Black with #BFE4D4

Text Example


Text Example

White with #BFE4D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE4D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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