Html Css Color HEX #BFFECD Granny Apple

📋 copy color: '#BFFECD'

red 191 ◦ green 254 ◦ blue 205

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

Shades of Granny Apple #BFFECD

Tints of Granny Apple #BFFECD

RGB

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

 GREEN value IS 254 (99.61% from 255) = 39.08%

 BLUE value IS 205 (80.47% from 255) = 31.54%

R = 29.38%
G = 39.08%
B = 31.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#BFFECD (or 0xBFFECD) is known color: Granny Apple. HEX triplet: BF, FE and CD. RGB value is (191,254,205). Sum of RGB (Red+Green+Blue) = 191+254+205=650 (86% of max value = 765). Red value is 191 (75% from 255 or 29.38% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 205 (80.47% from 255 or 31.54% from 650); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFECD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFECD is #400132. Grayscale: #E5E5E5. Windows color (decimal): -4194611 or 13500095. OLE color: 13500095.

HSL color Cylindrical-coordinate representation of color #BFFECD: hue angle of 133.33º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFECD is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 191 254 205 -
CMYK 0.25 0 0.19 0.00
HSL 133.33º 0.97% 0.87% -
HSV(B) 133.33º 0.25% 1% -
XYZ 67.95 86.37 70.85 -
YUV 229.58 114.13 100.48 -
System Red Green Blue C M Y K H S L
Decimal 191 254 205 0.25 0 0.19 0.00 133.33 0.97 0.87
Hex BF FE CD 19 0 13 0 85 61 57
Octal 277 376 315 31 0 23 0 205 141 127
Binary 10111111 11111110 11001101 11001 0 10011 0 10000101 1100001 1010111

Color Harmonies of #BFFECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFECD

Black with #BFFECD

Text Example


Text Example

White with #BFFECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFECD; }

 p { color: rgb(191,254,205); }

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

background-color css

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

 a { background-color: rgb(191,254,205); }

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

border-color css

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

 span { border-color: rgb(191,254,205); }

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