Html Css Color HEX #BFFECF Granny Apple

📋 copy color: '#BFFECF'

red 191 ◦ green 254 ◦ blue 207

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

Shades of Granny Apple #BFFECF

Tints of Granny Apple #BFFECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 31.75%

R = 29.29%
G = 38.96%
B = 31.75%

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

#BFFECF (or 0xBFFECF) is known color: Granny Apple. HEX triplet: BF, FE and CF. RGB value is (191,254,207). Sum of RGB (Red+Green+Blue) = 191+254+207=652 (86% of max value = 765). Red value is 191 (75% from 255 or 29.29% from 652); Green value is 254 (99.61% from 255 or 38.96% from 652); Blue value is 207 (81.25% from 255 or 31.75% from 652); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFECF is #400130. Grayscale: #E5E5E5. Windows color (decimal): -4194609 or 13631167. OLE color: 13631167.

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

Color convert

RGB 191 254 207 -
CMYK 0.25 0 0.19 0.00
HSL 135.24º 0.97% 0.87% -
HSV(B) 135.24º 0.25% 1% -
XYZ 68.19 86.46 72.13 -
YUV 229.81 115.13 100.32 -
System Red Green Blue C M Y K H S L
Decimal 191 254 207 0.25 0 0.19 0.00 135.24 0.97 0.87
Hex BF FE CF 19 0 13 0 87 61 57
Octal 277 376 317 31 0 23 0 207 141 127
Binary 10111111 11111110 11001111 11001 0 10011 0 10000111 1100001 1010111

Color Harmonies of #BFFECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFECF

Black with #BFFECF

Text Example


Text Example

White with #BFFECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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