Html Css Color HEX #BFFBD3 Granny Apple

📋 copy color: '#BFFBD3'

red 191 ◦ green 251 ◦ blue 211

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

Shades of Granny Apple #BFFBD3

Tints of Granny Apple #BFFBD3

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.44%

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

R = 29.25%
G = 38.44%
B = 32.31%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#BFFBD3 (or 0xBFFBD3) is known color: Granny Apple. HEX triplet: BF, FB and D3. RGB value is (191,251,211). Sum of RGB (Red+Green+Blue) = 191+251+211=653 (86% of max value = 765). Red value is 191 (75% from 255 or 29.25% from 653); Green value is 251 (98.44% from 255 or 38.44% from 653); Blue value is 211 (82.81% from 255 or 32.31% from 653); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFBD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFBD3 is #40042C. Grayscale: #E4E4E4. Windows color (decimal): -4195373 or 13892543. OLE color: 13892543.

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

Color convert

RGB 191 251 211 -
CMYK 0.24 0 0.16 0.02
HSL 140º 0.88% 0.87% -
HSV(B) 140º 0.24% 0.98% -
XYZ 67.74 84.77 74.42 -
YUV 228.5 118.12 101.25 -
System Red Green Blue C M Y K H S L
Decimal 191 251 211 0.24 0 0.16 0.02 140 0.88 0.87
Hex BF FB D3 18 0 10 2 8C 58 57
Octal 277 373 323 30 0 20 2 214 130 127
Binary 10111111 11111011 11010011 11000 0 10000 10 10001100 1011000 1010111

Color Harmonies of #BFFBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFBD3

Black with #BFFBD3

Text Example


Text Example

White with #BFFBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFBD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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