Html Css Color HEX #BFEDD0 Granny Apple

📋 copy color: '#BFEDD0'

red 191 ◦ green 237 ◦ blue 208

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

Shades of Granny Apple #BFEDD0

Tints of Granny Apple #BFEDD0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.26%

 BLUE value IS 208 (81.64% from 255) = 32.7%

R = 30.03%
G = 37.26%
B = 32.7%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#BFEDD0 (or 0xBFEDD0) is known color: Granny Apple. HEX triplet: BF, ED and D0. RGB value is (191,237,208). Sum of RGB (Red+Green+Blue) = 191+237+208=636 (84% of max value = 765). Red value is 191 (75% from 255 or 30.03% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 208 (81.64% from 255 or 32.70% from 636); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEDD0 is #40122F. Grayscale: #DCDCDC. Windows color (decimal): -4198960 or 13692351. OLE color: 13692351.

HSL color Cylindrical-coordinate representation of color #BFEDD0: hue angle of 142.17º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFEDD0 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 237 208 -
CMYK 0.19 0 0.12 0.07
HSL 142.17º 0.56% 0.84% -
HSV(B) 142.17º 0.19% 0.93% -
XYZ 63.16 76.2 71.05 -
YUV 219.94 121.26 107.36 -
System Red Green Blue C M Y K H S L
Decimal 191 237 208 0.19 0 0.12 0.07 142.17 0.56 0.84
Hex BF ED D0 13 0 C 7 8E 38 54
Octal 277 355 320 23 0 14 7 216 70 124
Binary 10111111 11101101 11010000 10011 0 1100 111 10001110 111000 1010100

Color Harmonies of #BFEDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEDD0

Black with #BFEDD0

Text Example


Text Example

White with #BFEDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEDD0; }

 p { color: rgb(191,237,208); }

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

background-color css

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

 a { background-color: rgb(191,237,208); }

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

border-color css

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

 span { border-color: rgb(191,237,208); }

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