Html Css Color HEX #BFF2D2 Aero Blue

📋 copy color: '#BFF2D2'

red 191 ◦ green 242 ◦ blue 210

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

Shades of Aero Blue #BFF2D2

Tints of Aero Blue #BFF2D2

RGB

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

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

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

R = 29.7%
G = 37.64%
B = 32.66%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#BFF2D2 (or 0xBFF2D2) is known color: Aero Blue. HEX triplet: BF, F2 and D2. RGB value is (191,242,210). Sum of RGB (Red+Green+Blue) = 191+242+210=643 (85% of max value = 765). Red value is 191 (75% from 255 or 29.70% from 643); Green value is 242 (94.92% from 255 or 37.64% from 643); Blue value is 210 (82.42% from 255 or 32.66% from 643); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF2D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF2D2 is #400D2D. Grayscale: #DFDFDF. Windows color (decimal): -4197678 or 13824703. OLE color: 13824703.

HSL color Cylindrical-coordinate representation of color #BFF2D2: hue angle of 142.35º 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 #BFF2D2 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 242 210 -
CMYK 0.21 0 0.13 0.05
HSL 142.35º 0.66% 0.85% -
HSV(B) 142.35º 0.21% 0.95% -
XYZ 64.87 79.23 72.85 -
YUV 223.1 120.6 105.1 -
System Red Green Blue C M Y K H S L
Decimal 191 242 210 0.21 0 0.13 0.05 142.35 0.66 0.85
Hex BF F2 D2 15 0 D 5 8E 42 55
Octal 277 362 322 25 0 15 5 216 102 125
Binary 10111111 11110010 11010010 10101 0 1101 101 10001110 1000010 1010101

Color Harmonies of #BFF2D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF2D2

Black with #BFF2D2

Text Example


Text Example

White with #BFF2D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF2D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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