Html Css Color HEX #BFEECC Granny Apple

📋 copy color: '#BFEECC'

red 191 ◦ green 238 ◦ blue 204

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

Shades of Granny Apple #BFEECC

Tints of Granny Apple #BFEECC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.6%

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

R = 30.17%
G = 37.6%
B = 32.23%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#BFEECC (or 0xBFEECC) is known color: Granny Apple. HEX triplet: BF, EE and CC. RGB value is (191,238,204). Sum of RGB (Red+Green+Blue) = 191+238+204=633 (83% of max value = 765). Red value is 191 (75% from 255 or 30.17% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEECC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEECC is #401133. Grayscale: #DCDCDC. Windows color (decimal): -4198708 or 13430463. OLE color: 13430463.

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

Color convert

RGB 191 238 204 -
CMYK 0.20 0 0.14 0.07
HSL 136.6º 0.58% 0.84% -
HSV(B) 136.6º 0.2% 0.93% -
XYZ 62.96 76.59 68.59 -
YUV 220.07 118.93 107.26 -
System Red Green Blue C M Y K H S L
Decimal 191 238 204 0.20 0 0.14 0.07 136.6 0.58 0.84
Hex BF EE CC 14 0 E 7 89 3A 54
Octal 277 356 314 24 0 16 7 211 72 124
Binary 10111111 11101110 11001100 10100 0 1110 111 10001001 111010 1010100

Color Harmonies of #BFEECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEECC

Black with #BFEECC

Text Example


Text Example

White with #BFEECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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