Html Css Color HEX #BFFDD1 Granny Apple

📋 copy color: '#BFFDD1'

red 191 ◦ green 253 ◦ blue 209

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

Shades of Granny Apple #BFFDD1

Tints of Granny Apple #BFFDD1

RGB

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

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

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

R = 29.25%
G = 38.74%
B = 32.01%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#BFFDD1 (or 0xBFFDD1) is known color: Granny Apple. HEX triplet: BF, FD and D1. RGB value is (191,253,209). Sum of RGB (Red+Green+Blue) = 191+253+209=653 (86% of max value = 765). Red value is 191 (75% from 255 or 29.25% from 653); Green value is 253 (99.22% from 255 or 38.74% from 653); Blue value is 209 (82.03% from 255 or 32.01% from 653); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFDD1 is #40022E. Grayscale: #E5E5E5. Windows color (decimal): -4194863 or 13761983. OLE color: 13761983.

HSL color Cylindrical-coordinate representation of color #BFFDD1: hue angle of 137.42º 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 #BFFDD1 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 253 209 -
CMYK 0.25 0 0.17 0.01
HSL 137.42º 0.94% 0.87% -
HSV(B) 137.42º 0.25% 0.99% -
XYZ 68.12 85.93 73.32 -
YUV 229.45 116.46 100.58 -
System Red Green Blue C M Y K H S L
Decimal 191 253 209 0.25 0 0.17 0.01 137.42 0.94 0.87
Hex BF FD D1 19 0 11 1 89 5E 57
Octal 277 375 321 31 0 21 1 211 136 127
Binary 10111111 11111101 11010001 11001 0 10001 1 10001001 1011110 1010111

Color Harmonies of #BFFDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFDD1

Black with #BFFDD1

Text Example


Text Example

White with #BFFDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFDD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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