Html Css Color HEX #BFEFCE Granny Apple

📋 copy color: '#BFEFCE'

red 191 ◦ green 239 ◦ blue 206

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

Shades of Granny Apple #BFEFCE

Tints of Granny Apple #BFEFCE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.58%

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

R = 30.03%
G = 37.58%
B = 32.39%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#BFEFCE (or 0xBFEFCE) is known color: Granny Apple. HEX triplet: BF, EF and CE. RGB value is (191,239,206). Sum of RGB (Red+Green+Blue) = 191+239+206=636 (84% of max value = 765). Red value is 191 (75% from 255 or 30.03% from 636); Green value is 239 (93.75% from 255 or 37.58% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEFCE is #401031. Grayscale: #DCDCDC. Windows color (decimal): -4198450 or 13561791. OLE color: 13561791.

HSL color Cylindrical-coordinate representation of color #BFEFCE: hue angle of 138.75º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFEFCE is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 239 206 -
CMYK 0.20 0 0.14 0.06
HSL 138.75º 0.6% 0.84% -
HSV(B) 138.75º 0.2% 0.94% -
XYZ 63.49 77.27 69.96 -
YUV 220.89 119.6 106.68 -
System Red Green Blue C M Y K H S L
Decimal 191 239 206 0.20 0 0.14 0.06 138.75 0.6 0.84
Hex BF EF CE 14 0 E 6 8B 3C 54
Octal 277 357 316 24 0 16 6 213 74 124
Binary 10111111 11101111 11001110 10100 0 1110 110 10001011 111100 1010100

Color Harmonies of #BFEFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEFCE

Black with #BFEFCE

Text Example


Text Example

White with #BFEFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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