Html Css Color HEX #BFEDCF Granny Apple

📋 copy color: '#BFEDCF'

red 191 ◦ green 237 ◦ blue 207

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

Shades of Granny Apple #BFEDCF

Tints of Granny Apple #BFEDCF

RGB

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

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

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

R = 30.08%
G = 37.32%
B = 32.6%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#BFEDCF (or 0xBFEDCF) is known color: Granny Apple. HEX triplet: BF, ED and CF. RGB value is (191,237,207). Sum of RGB (Red+Green+Blue) = 191+237+207=635 (84% of max value = 765). Red value is 191 (75% from 255 or 30.08% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEDCF is #401230. Grayscale: #DBDBDB. Windows color (decimal): -4198961 or 13626815. OLE color: 13626815.

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

Color convert

RGB 191 237 207 -
CMYK 0.19 0 0.13 0.07
HSL 140.87º 0.56% 0.84% -
HSV(B) 140.87º 0.19% 0.93% -
XYZ 63.03 76.15 70.41 -
YUV 219.83 120.76 107.44 -
System Red Green Blue C M Y K H S L
Decimal 191 237 207 0.19 0 0.13 0.07 140.87 0.56 0.84
Hex BF ED CF 13 0 D 7 8D 38 54
Octal 277 355 317 23 0 15 7 215 70 124
Binary 10111111 11101101 11001111 10011 0 1101 111 10001101 111000 1010100

Color Harmonies of #BFEDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEDCF

Black with #BFEDCF

Text Example


Text Example

White with #BFEDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEDCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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