Html Css Color HEX #BFFBD2 Granny Apple

📋 copy color: '#BFFBD2'

red 191 ◦ green 251 ◦ blue 210

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

Shades of Granny Apple #BFFBD2

Tints of Granny Apple #BFFBD2

RGB

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

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

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

R = 29.29%
G = 38.5%
B = 32.21%

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

#BFFBD2 (or 0xBFFBD2) is known color: Granny Apple. HEX triplet: BF, FB and D2. RGB value is (191,251,210). Sum of RGB (Red+Green+Blue) = 191+251+210=652 (86% of max value = 765). Red value is 191 (75% from 255 or 29.29% from 652); Green value is 251 (98.44% from 255 or 38.50% from 652); Blue value is 210 (82.42% from 255 or 32.21% from 652); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFBD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFBD2 is #40042D. Grayscale: #E4E4E4. Windows color (decimal): -4195374 or 13827007. OLE color: 13827007.

HSL color Cylindrical-coordinate representation of color #BFFBD2: hue angle of 139º 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 #BFFBD2 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 251 210 -
CMYK 0.24 0 0.16 0.02
HSL 139º 0.88% 0.87% -
HSV(B) 139º 0.24% 0.98% -
XYZ 67.62 84.72 73.76 -
YUV 228.39 117.62 101.33 -
System Red Green Blue C M Y K H S L
Decimal 191 251 210 0.24 0 0.16 0.02 139 0.88 0.87
Hex BF FB D2 18 0 10 2 8B 58 57
Octal 277 373 322 30 0 20 2 213 130 127
Binary 10111111 11111011 11010010 11000 0 10000 10 10001011 1011000 1010111

Color Harmonies of #BFFBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFBD2

Black with #BFFBD2

Text Example


Text Example

White with #BFFBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFBD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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