Html Css Color HEX #BFF2D1 Granny Apple

📋 copy color: '#BFF2D1'

red 191 ◦ green 242 ◦ blue 209

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

Shades of Granny Apple #BFF2D1

Tints of Granny Apple #BFF2D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 32.55%

R = 29.75%
G = 37.69%
B = 32.55%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#BFF2D1 (or 0xBFF2D1) is known color: Granny Apple. HEX triplet: BF, F2 and D1. RGB value is (191,242,209). Sum of RGB (Red+Green+Blue) = 191+242+209=642 (85% of max value = 765). Red value is 191 (75% from 255 or 29.75% from 642); Green value is 242 (94.92% from 255 or 37.69% from 642); Blue value is 209 (82.03% from 255 or 32.55% from 642); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF2D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF2D1 is #400D2E. Grayscale: #DFDFDF. Windows color (decimal): -4197679 or 13759167. OLE color: 13759167.

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

Color convert

RGB 191 242 209 -
CMYK 0.21 0 0.14 0.05
HSL 141.18º 0.66% 0.85% -
HSV(B) 141.18º 0.21% 0.95% -
XYZ 64.75 79.18 72.19 -
YUV 222.99 120.1 105.18 -
System Red Green Blue C M Y K H S L
Decimal 191 242 209 0.21 0 0.14 0.05 141.18 0.66 0.85
Hex BF F2 D1 15 0 E 5 8D 42 55
Octal 277 362 321 25 0 16 5 215 102 125
Binary 10111111 11110010 11010001 10101 0 1110 101 10001101 1000010 1010101

Color Harmonies of #BFF2D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF2D1

Black with #BFF2D1

Text Example


Text Example

White with #BFF2D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF2D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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