Html Css Color HEX #BFEDCD Granny Apple

📋 copy color: '#BFEDCD'

red 191 ◦ green 237 ◦ blue 205

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

Shades of Granny Apple #BFEDCD

Tints of Granny Apple #BFEDCD

RGB

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

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

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

R = 30.17%
G = 37.44%
B = 32.39%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#BFEDCD (or 0xBFEDCD) is known color: Granny Apple. HEX triplet: BF, ED and CD. RGB value is (191,237,205). Sum of RGB (Red+Green+Blue) = 191+237+205=633 (83% of max value = 765). Red value is 191 (75% from 255 or 30.17% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 205 (80.47% from 255 or 32.39% from 633); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEDCD is #401232. Grayscale: #DBDBDB. Windows color (decimal): -4198963 or 13495743. OLE color: 13495743.

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

Color convert

RGB 191 237 205 -
CMYK 0.19 0 0.14 0.07
HSL 138.26º 0.56% 0.84% -
HSV(B) 138.26º 0.19% 0.93% -
XYZ 62.79 76.05 69.13 -
YUV 219.6 119.76 107.6 -
System Red Green Blue C M Y K H S L
Decimal 191 237 205 0.19 0 0.14 0.07 138.26 0.56 0.84
Hex BF ED CD 13 0 E 7 8A 38 54
Octal 277 355 315 23 0 16 7 212 70 124
Binary 10111111 11101101 11001101 10011 0 1110 111 10001010 111000 1010100

Color Harmonies of #BFEDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEDCD

Black with #BFEDCD

Text Example


Text Example

White with #BFEDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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