Html Css Color HEX #BFE4CE Aero Blue

📋 copy color: '#BFE4CE'

red 191 ◦ green 228 ◦ blue 206

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

Shades of Aero Blue #BFE4CE

Tints of Aero Blue #BFE4CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.96%

R = 30.56%
G = 36.48%
B = 32.96%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#BFE4CE (or 0xBFE4CE) is known color: Aero Blue. HEX triplet: BF, E4 and CE. RGB value is (191,228,206). Sum of RGB (Red+Green+Blue) = 191+228+206=625 (82% of max value = 765). Red value is 191 (75% from 255 or 30.56% from 625); Green value is 228 (89.45% from 255 or 36.48% from 625); Blue value is 206 (80.86% from 255 or 32.96% from 625); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE4CE is #401B31. Grayscale: #D6D6D6. Windows color (decimal): -4201266 or 13558975. OLE color: 13558975.

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

Color convert

RGB 191 228 206 -
CMYK 0.16 0 0.10 0.11
HSL 144.32º 0.41% 0.82% -
HSV(B) 144.32º 0.16% 0.89% -
XYZ 60.37 71.02 68.92 -
YUV 214.43 123.24 111.29 -
System Red Green Blue C M Y K H S L
Decimal 191 228 206 0.16 0 0.10 0.11 144.32 0.41 0.82
Hex BF E4 CE 10 0 A B 90 29 52
Octal 277 344 316 20 0 12 13 220 51 122
Binary 10111111 11100100 11001110 10000 0 1010 1011 10010000 101001 1010010

Color Harmonies of #BFE4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE4CE

Black with #BFE4CE

Text Example


Text Example

White with #BFE4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE4CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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