Html Css Color HEX #BFEFCC Granny Apple

📋 copy color: '#BFEFCC'

red 191 ◦ green 239 ◦ blue 204

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

Shades of Granny Apple #BFEFCC

Tints of Granny Apple #BFEFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.18%

R = 30.13%
G = 37.7%
B = 32.18%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#BFEFCC (or 0xBFEFCC) is known color: Granny Apple. HEX triplet: BF, EF and CC. RGB value is (191,239,204). Sum of RGB (Red+Green+Blue) = 191+239+204=634 (83% of max value = 765). Red value is 191 (75% from 255 or 30.13% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEFCC is #401033. Grayscale: #DCDCDC. Windows color (decimal): -4198452 or 13430719. OLE color: 13430719.

HSL color Cylindrical-coordinate representation of color #BFEFCC: hue angle of 136.25º 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 #BFEFCC is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 239 204 -
CMYK 0.20 0 0.15 0.06
HSL 136.25º 0.6% 0.84% -
HSV(B) 136.25º 0.2% 0.94% -
XYZ 63.25 77.17 68.69 -
YUV 220.66 118.6 106.85 -
System Red Green Blue C M Y K H S L
Decimal 191 239 204 0.20 0 0.15 0.06 136.25 0.6 0.84
Hex BF EF CC 14 0 F 6 88 3C 54
Octal 277 357 314 24 0 17 6 210 74 124
Binary 10111111 11101111 11001100 10100 0 1111 110 10001000 111100 1010100

Color Harmonies of #BFEFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEFCC

Black with #BFEFCC

Text Example


Text Example

White with #BFEFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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