Html Css Color HEX #BFFCD3 Granny Apple

📋 copy color: '#BFFCD3'

red 191 ◦ green 252 ◦ blue 211

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

Shades of Granny Apple #BFFCD3

Tints of Granny Apple #BFFCD3

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.53%

 BLUE value IS 211 (82.81% from 255) = 32.26%

R = 29.2%
G = 38.53%
B = 32.26%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#BFFCD3 (or 0xBFFCD3) is known color: Granny Apple. HEX triplet: BF, FC and D3. RGB value is (191,252,211). Sum of RGB (Red+Green+Blue) = 191+252+211=654 (86% of max value = 765). Red value is 191 (75% from 255 or 29.20% from 654); Green value is 252 (98.83% from 255 or 38.53% from 654); Blue value is 211 (82.81% from 255 or 32.26% from 654); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFCD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFCD3 is #40032C. Grayscale: #E5E5E5. Windows color (decimal): -4195117 or 13892799. OLE color: 13892799.

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

Color convert

RGB 191 252 211 -
CMYK 0.24 0 0.16 0.01
HSL 139.67º 0.91% 0.87% -
HSV(B) 139.67º 0.24% 0.99% -
XYZ 68.05 85.4 74.53 -
YUV 229.09 117.79 100.83 -
System Red Green Blue C M Y K H S L
Decimal 191 252 211 0.24 0 0.16 0.01 139.67 0.91 0.87
Hex BF FC D3 18 0 10 1 8C 5B 57
Octal 277 374 323 30 0 20 1 214 133 127
Binary 10111111 11111100 11010011 11000 0 10000 1 10001100 1011011 1010111

Color Harmonies of #BFFCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFCD3

Black with #BFFCD3

Text Example


Text Example

White with #BFFCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFCD3; }

 p { color: rgb(191,252,211); }

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

background-color css

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

 a { background-color: rgb(191,252,211); }

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

border-color css

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

 span { border-color: rgb(191,252,211); }

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