Html Css Color HEX #BFEACE Granny Apple

📋 copy color: '#BFEACE'

red 191 ◦ green 234 ◦ blue 206

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

Shades of Granny Apple #BFEACE

Tints of Granny Apple #BFEACE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.08%

 BLUE value IS 206 (80.86% from 255) = 32.65%

R = 30.27%
G = 37.08%
B = 32.65%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#BFEACE (or 0xBFEACE) is known color: Granny Apple. HEX triplet: BF, EA and CE. RGB value is (191,234,206). Sum of RGB (Red+Green+Blue) = 191+234+206=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 206 (80.86% from 255 or 32.65% from 631); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEACE is #401531. Grayscale: #DADADA. Windows color (decimal): -4199730 or 13560511. OLE color: 13560511.

HSL color Cylindrical-coordinate representation of color #BFEACE: hue angle of 140.93º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFEACE is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 234 206 -
CMYK 0.18 0 0.12 0.08
HSL 140.93º 0.51% 0.83% -
HSV(B) 140.93º 0.18% 0.92% -
XYZ 62.05 74.38 69.48 -
YUV 217.95 121.25 108.78 -
System Red Green Blue C M Y K H S L
Decimal 191 234 206 0.18 0 0.12 0.08 140.93 0.51 0.83
Hex BF EA CE 12 0 C 8 8D 33 53
Octal 277 352 316 22 0 14 10 215 63 123
Binary 10111111 11101010 11001110 10010 0 1100 1000 10001101 110011 1010011

Color Harmonies of #BFEACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEACE

Black with #BFEACE

Text Example


Text Example

White with #BFEACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEACE; }

 p { color: rgb(191,234,206); }

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

background-color css

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

 a { background-color: rgb(191,234,206); }

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

border-color css

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

 span { border-color: rgb(191,234,206); }

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