Html Css Color HEX #BFFECB Granny Apple

📋 copy color: '#BFFECB'

red 191 ◦ green 254 ◦ blue 203

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

Shades of Granny Apple #BFFECB

Tints of Granny Apple #BFFECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 31.33%

R = 29.48%
G = 39.2%
B = 31.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#BFFECB (or 0xBFFECB) is known color: Granny Apple. HEX triplet: BF, FE and CB. RGB value is (191,254,203). Sum of RGB (Red+Green+Blue) = 191+254+203=648 (85% of max value = 765). Red value is 191 (75% from 255 or 29.48% from 648); Green value is 254 (99.61% from 255 or 39.20% from 648); Blue value is 203 (79.69% from 255 or 31.33% from 648); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFECB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFECB is #400134. Grayscale: #E5E5E5. Windows color (decimal): -4194613 or 13369023. OLE color: 13369023.

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

Color convert

RGB 191 254 203 -
CMYK 0.25 0 0.20 0.00
HSL 131.43º 0.97% 0.87% -
HSV(B) 131.43º 0.25% 1% -
XYZ 67.71 86.27 69.58 -
YUV 229.35 113.13 100.65 -
System Red Green Blue C M Y K H S L
Decimal 191 254 203 0.25 0 0.20 0.00 131.43 0.97 0.87
Hex BF FE CB 19 0 14 0 83 61 57
Octal 277 376 313 31 0 24 0 203 141 127
Binary 10111111 11111110 11001011 11001 0 10100 0 10000011 1100001 1010111

Color Harmonies of #BFFECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFECB

Black with #BFFECB

Text Example


Text Example

White with #BFFECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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