Html Css Color HEX #BFECC4 Granny Apple

📋 copy color: '#BFECC4'

red 191 ◦ green 236 ◦ blue 196

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

Shades of Granny Apple #BFECC4

Tints of Granny Apple #BFECC4

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.88%

 BLUE value IS 196 (76.95% from 255) = 31.46%

R = 30.66%
G = 37.88%
B = 31.46%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#BFECC4 (or 0xBFECC4) is known color: Granny Apple. HEX triplet: BF, EC and C4. RGB value is (191,236,196). Sum of RGB (Red+Green+Blue) = 191+236+196=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 236 (92.58% from 255 or 37.88% from 623); Blue value is 196 (76.95% from 255 or 31.46% from 623); Max value from RGB is 236 - color contains mainly: green. Hex color #BFECC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFECC4 is #40133B. Grayscale: #DADADA. Windows color (decimal): -4199228 or 12905663. OLE color: 12905663.

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

Color convert

RGB 191 236 196 -
CMYK 0.19 0 0.17 0.07
HSL 126.67º 0.54% 0.84% -
HSV(B) 126.67º 0.19% 0.93% -
XYZ 61.45 75.05 63.47 -
YUV 217.99 115.59 108.75 -
System Red Green Blue C M Y K H S L
Decimal 191 236 196 0.19 0 0.17 0.07 126.67 0.54 0.84
Hex BF EC C4 13 0 11 7 7F 36 54
Octal 277 354 304 23 0 21 7 177 66 124
Binary 10111111 11101100 11000100 10011 0 10001 111 1111111 110110 1010100

Color Harmonies of #BFECC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFECC4

Black with #BFECC4

Text Example


Text Example

White with #BFECC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFECC4; }

 p { color: rgb(191,236,196); }

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

background-color css

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

 a { background-color: rgb(191,236,196); }

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

border-color css

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

 span { border-color: rgb(191,236,196); }

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