Html Css Color HEX #BFE8D2 Aero Blue

📋 copy color: '#BFE8D2'

red 191 ◦ green 232 ◦ blue 210

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

Shades of Aero Blue #BFE8D2

Tints of Aero Blue #BFE8D2

RGB

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

 GREEN value IS 232 (91.02% from 255) = 36.65%

 BLUE value IS 210 (82.42% from 255) = 33.18%

R = 30.17%
G = 36.65%
B = 33.18%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#BFE8D2 (or 0xBFE8D2) is known color: Aero Blue. HEX triplet: BF, E8 and D2. RGB value is (191,232,210). Sum of RGB (Red+Green+Blue) = 191+232+210=633 (83% of max value = 765). Red value is 191 (75% from 255 or 30.17% from 633); Green value is 232 (91.02% from 255 or 36.65% from 633); Blue value is 210 (82.42% from 255 or 33.18% from 633); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE8D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE8D2 is #40172D. Grayscale: #D9D9D9. Windows color (decimal): -4200238 or 13822143. OLE color: 13822143.

HSL color Cylindrical-coordinate representation of color #BFE8D2: hue angle of 147.8º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFE8D2 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 232 210 -
CMYK 0.18 0 0.09 0.09
HSL 147.8º 0.47% 0.83% -
HSV(B) 147.8º 0.18% 0.91% -
XYZ 61.98 73.44 71.88 -
YUV 217.23 123.92 109.29 -
System Red Green Blue C M Y K H S L
Decimal 191 232 210 0.18 0 0.09 0.09 147.8 0.47 0.83
Hex BF E8 D2 12 0 9 9 94 2F 53
Octal 277 350 322 22 0 11 11 224 57 123
Binary 10111111 11101000 11010010 10010 0 1001 1001 10010100 101111 1010011

Color Harmonies of #BFE8D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE8D2

Black with #BFE8D2

Text Example


Text Example

White with #BFE8D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE8D2; }

 p { color: rgb(191,232,210); }

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

background-color css

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

 a { background-color: rgb(191,232,210); }

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

border-color css

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

 span { border-color: rgb(191,232,210); }

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