Html Css Color HEX #BFE3D6 Aero Blue

📋 copy color: '#BFE3D6'

red 191 ◦ green 227 ◦ blue 214

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

Shades of Aero Blue #BFE3D6

Tints of Aero Blue #BFE3D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 33.86%

R = 30.22%
G = 35.92%
B = 33.86%

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

#BFE3D6 (or 0xBFE3D6) is known color: Aero Blue. HEX triplet: BF, E3 and D6. RGB value is (191,227,214). Sum of RGB (Red+Green+Blue) = 191+227+214=632 (83% of max value = 765). Red value is 191 (75% from 255 or 30.22% from 632); Green value is 227 (89.06% from 255 or 35.92% from 632); Blue value is 214 (83.98% from 255 or 33.86% from 632); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE3D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE3D6 is #401C29. Grayscale: #D6D6D6. Windows color (decimal): -4201514 or 14083007. OLE color: 14083007.

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

Color convert

RGB 191 227 214 -
CMYK 0.16 0 0.06 0.11
HSL 158.33º 0.39% 0.82% -
HSV(B) 158.33º 0.16% 0.89% -
XYZ 61.09 70.87 74.08 -
YUV 214.75 127.57 111.06 -
System Red Green Blue C M Y K H S L
Decimal 191 227 214 0.16 0 0.06 0.11 158.33 0.39 0.82
Hex BF E3 D6 10 0 6 B 9E 27 52
Octal 277 343 326 20 0 6 13 236 47 122
Binary 10111111 11100011 11010110 10000 0 110 1011 10011110 100111 1010010

Color Harmonies of #BFE3D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE3D6

Black with #BFE3D6

Text Example


Text Example

White with #BFE3D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE3D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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