Html Css Color HEX #BFE6CE Aero Blue

📋 copy color: '#BFE6CE'

red 191 ◦ green 230 ◦ blue 206

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

Shades of Aero Blue #BFE6CE

Tints of Aero Blue #BFE6CE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.68%

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

R = 30.46%
G = 36.68%
B = 32.85%

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

#BFE6CE (or 0xBFE6CE) is known color: Aero Blue. HEX triplet: BF, E6 and CE. RGB value is (191,230,206). Sum of RGB (Red+Green+Blue) = 191+230+206=627 (83% of max value = 765). Red value is 191 (75% from 255 or 30.46% from 627); Green value is 230 (90.23% from 255 or 36.68% from 627); Blue value is 206 (80.86% from 255 or 32.85% from 627); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE6CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE6CE is #401931. Grayscale: #D7D7D7. Windows color (decimal): -4200754 or 13559487. OLE color: 13559487.

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

Color convert

RGB 191 230 206 -
CMYK 0.17 0 0.10 0.10
HSL 143.08º 0.44% 0.83% -
HSV(B) 143.08º 0.17% 0.9% -
XYZ 60.92 72.13 69.1 -
YUV 215.6 122.58 110.45 -
System Red Green Blue C M Y K H S L
Decimal 191 230 206 0.17 0 0.10 0.10 143.08 0.44 0.83
Hex BF E6 CE 11 0 A A 8F 2C 53
Octal 277 346 316 21 0 12 12 217 54 123
Binary 10111111 11100110 11001110 10001 0 1010 1010 10001111 101100 1010011

Color Harmonies of #BFE6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE6CE

Black with #BFE6CE

Text Example


Text Example

White with #BFE6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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