Html Css Color HEX #BFF2DB Aero Blue

📋 copy color: '#BFF2DB'

red 191 ◦ green 242 ◦ blue 219

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

Shades of Aero Blue #BFF2DB

Tints of Aero Blue #BFF2DB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.12%

 BLUE value IS 219 (85.94% from 255) = 33.59%

R = 29.29%
G = 37.12%
B = 33.59%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#BFF2DB (or 0xBFF2DB) is known color: Aero Blue. HEX triplet: BF, F2 and DB. RGB value is (191,242,219). Sum of RGB (Red+Green+Blue) = 191+242+219=652 (86% of max value = 765). Red value is 191 (75% from 255 or 29.29% from 652); Green value is 242 (94.92% from 255 or 37.12% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF2DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF2DB is #400D24. Grayscale: #E0E0E0. Windows color (decimal): -4197669 or 14414527. OLE color: 14414527.

HSL color Cylindrical-coordinate representation of color #BFF2DB: hue angle of 152.94º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFF2DB is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 242 219 -
CMYK 0.21 0 0.10 0.05
HSL 152.94º 0.66% 0.85% -
HSV(B) 152.94º 0.21% 0.95% -
XYZ 66.02 79.7 78.92 -
YUV 224.13 125.1 104.37 -
System Red Green Blue C M Y K H S L
Decimal 191 242 219 0.21 0 0.10 0.05 152.94 0.66 0.85
Hex BF F2 DB 15 0 A 5 99 42 55
Octal 277 362 333 25 0 12 5 231 102 125
Binary 10111111 11110010 11011011 10101 0 1010 101 10011001 1000010 1010101

Color Harmonies of #BFF2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF2DB

Black with #BFF2DB

Text Example


Text Example

White with #BFF2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF2DB; }

 p { color: rgb(191,242,219); }

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

background-color css

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

 a { background-color: rgb(191,242,219); }

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

border-color css

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

 span { border-color: rgb(191,242,219); }

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