Html Css Color HEX #BFFDDA Aero Blue

📋 copy color: '#BFFDDA'

red 191 ◦ green 253 ◦ blue 218

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

Shades of Aero Blue #BFFDDA

Tints of Aero Blue #BFFDDA

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.22%

 BLUE value IS 218 (85.55% from 255) = 32.93%

R = 28.85%
G = 38.22%
B = 32.93%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#BFFDDA (or 0xBFFDDA) is known color: Aero Blue. HEX triplet: BF, FD and DA. RGB value is (191,253,218). Sum of RGB (Red+Green+Blue) = 191+253+218=662 (87% of max value = 765). Red value is 191 (75% from 255 or 28.85% from 662); Green value is 253 (99.22% from 255 or 38.22% from 662); Blue value is 218 (85.55% from 255 or 32.93% from 662); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFDDA is #400225. Grayscale: #E6E6E6. Windows color (decimal): -4194854 or 14351807. OLE color: 14351807.

HSL color Cylindrical-coordinate representation of color #BFFDDA: hue angle of 146.13º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFDDA is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 253 218 -
CMYK 0.25 0 0.14 0.01
HSL 146.13º 0.94% 0.87% -
HSV(B) 146.13º 0.25% 0.99% -
XYZ 69.27 86.39 79.35 -
YUV 230.47 120.96 99.85 -
System Red Green Blue C M Y K H S L
Decimal 191 253 218 0.25 0 0.14 0.01 146.13 0.94 0.87
Hex BF FD DA 19 0 E 1 92 5E 57
Octal 277 375 332 31 0 16 1 222 136 127
Binary 10111111 11111101 11011010 11001 0 1110 1 10010010 1011110 1010111

Color Harmonies of #BFFDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFDDA

Black with #BFFDDA

Text Example


Text Example

White with #BFFDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFDDA; }

 p { color: rgb(191,253,218); }

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

background-color css

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

 a { background-color: rgb(191,253,218); }

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

border-color css

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

 span { border-color: rgb(191,253,218); }

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