Html Css Color HEX #BFE5CE Aero Blue

📋 copy color: '#BFE5CE'

red 191 ◦ green 229 ◦ blue 206

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

Shades of Aero Blue #BFE5CE

Tints of Aero Blue #BFE5CE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.58%

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

R = 30.51%
G = 36.58%
B = 32.91%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#BFE5CE (or 0xBFE5CE) is known color: Aero Blue. HEX triplet: BF, E5 and CE. RGB value is (191,229,206). Sum of RGB (Red+Green+Blue) = 191+229+206=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 229 (89.84% from 255 or 36.58% from 626); Blue value is 206 (80.86% from 255 or 32.91% from 626); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE5CE is #401A31. Grayscale: #D7D7D7. Windows color (decimal): -4201010 or 13559231. OLE color: 13559231.

HSL color Cylindrical-coordinate representation of color #BFE5CE: hue angle of 143.68º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFE5CE is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 229 206 -
CMYK 0.17 0 0.10 0.10
HSL 143.68º 0.42% 0.82% -
HSV(B) 143.68º 0.17% 0.9% -
XYZ 60.65 71.57 69.01 -
YUV 215.02 122.91 110.87 -
System Red Green Blue C M Y K H S L
Decimal 191 229 206 0.17 0 0.10 0.10 143.68 0.42 0.82
Hex BF E5 CE 11 0 A A 90 2A 52
Octal 277 345 316 21 0 12 12 220 52 122
Binary 10111111 11100101 11001110 10001 0 1010 1010 10010000 101010 1010010

Color Harmonies of #BFE5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE5CE

Black with #BFE5CE

Text Example


Text Example

White with #BFE5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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