Html Css Color HEX #BFE3D5 Aero Blue

📋 copy color: '#BFE3D5'

red 191 ◦ green 227 ◦ blue 213

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

Shades of Aero Blue #BFE3D5

Tints of Aero Blue #BFE3D5

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.97%

 BLUE value IS 213 (83.59% from 255) = 33.76%

R = 30.27%
G = 35.97%
B = 33.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#BFE3D5 (or 0xBFE3D5) is known color: Aero Blue. HEX triplet: BF, E3 and D5. RGB value is (191,227,213). Sum of RGB (Red+Green+Blue) = 191+227+213=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 227 (89.06% from 255 or 35.97% from 631); Blue value is 213 (83.59% from 255 or 33.76% from 631); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE3D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE3D5 is #401C2A. Grayscale: #D6D6D6. Windows color (decimal): -4201515 or 14017471. OLE color: 14017471.

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

Color convert

RGB 191 227 213 -
CMYK 0.16 0 0.06 0.11
HSL 156.67º 0.39% 0.82% -
HSV(B) 156.67º 0.16% 0.89% -
XYZ 60.97 70.82 73.41 -
YUV 214.64 127.07 111.14 -
System Red Green Blue C M Y K H S L
Decimal 191 227 213 0.16 0 0.06 0.11 156.67 0.39 0.82
Hex BF E3 D5 10 0 6 B 9D 27 52
Octal 277 343 325 20 0 6 13 235 47 122
Binary 10111111 11100011 11010101 10000 0 110 1011 10011101 100111 1010010

Color Harmonies of #BFE3D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE3D5

Black with #BFE3D5

Text Example


Text Example

White with #BFE3D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE3D5; }

 p { color: rgb(191,227,213); }

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

background-color css

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

 a { background-color: rgb(191,227,213); }

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

border-color css

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

 span { border-color: rgb(191,227,213); }

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