Html Css Color HEX #BFFDCD Granny Apple

📋 copy color: '#BFFDCD'

red 191 ◦ green 253 ◦ blue 205

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

Shades of Granny Apple #BFFDCD

Tints of Granny Apple #BFFDCD

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.98%

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

R = 29.43%
G = 38.98%
B = 31.59%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#BFFDCD (or 0xBFFDCD) is known color: Granny Apple. HEX triplet: BF, FD and CD. RGB value is (191,253,205). Sum of RGB (Red+Green+Blue) = 191+253+205=649 (85% of max value = 765). Red value is 191 (75% from 255 or 29.43% from 649); Green value is 253 (99.22% from 255 or 38.98% from 649); Blue value is 205 (80.47% from 255 or 31.59% from 649); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFDCD is #400232. Grayscale: #E5E5E5. Windows color (decimal): -4194867 or 13499839. OLE color: 13499839.

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

Color convert

RGB 191 253 205 -
CMYK 0.25 0 0.19 0.01
HSL 133.55º 0.94% 0.87% -
HSV(B) 133.55º 0.25% 0.99% -
XYZ 67.63 85.73 70.74 -
YUV 228.99 114.46 100.9 -
System Red Green Blue C M Y K H S L
Decimal 191 253 205 0.25 0 0.19 0.01 133.55 0.94 0.87
Hex BF FD CD 19 0 13 1 86 5E 57
Octal 277 375 315 31 0 23 1 206 136 127
Binary 10111111 11111101 11001101 11001 0 10011 1 10000110 1011110 1010111

Color Harmonies of #BFFDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFDCD

Black with #BFFDCD

Text Example


Text Example

White with #BFFDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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