Html Css Color HEX #BFEEC3 Granny Apple

📋 copy color: '#BFEEC3'

red 191 ◦ green 238 ◦ blue 195

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

Shades of Granny Apple #BFEEC3

Tints of Granny Apple #BFEEC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 31.25%

R = 30.61%
G = 38.14%
B = 31.25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#BFEEC3 (or 0xBFEEC3) is known color: Granny Apple. HEX triplet: BF, EE and C3. RGB value is (191,238,195). Sum of RGB (Red+Green+Blue) = 191+238+195=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 238 (93.36% from 255 or 38.14% from 624); Blue value is 195 (76.56% from 255 or 31.25% from 624); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEEC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEEC3 is #40113C. Grayscale: #DBDBDB. Windows color (decimal): -4198717 or 12840639. OLE color: 12840639.

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

Color convert

RGB 191 238 195 -
CMYK 0.20 0 0.18 0.07
HSL 125.11º 0.58% 0.84% -
HSV(B) 125.11º 0.2% 0.93% -
XYZ 61.91 76.17 63.07 -
YUV 219.05 114.43 108 -
System Red Green Blue C M Y K H S L
Decimal 191 238 195 0.20 0 0.18 0.07 125.11 0.58 0.84
Hex BF EE C3 14 0 12 7 7D 3A 54
Octal 277 356 303 24 0 22 7 175 72 124
Binary 10111111 11101110 11000011 10100 0 10010 111 1111101 111010 1010100

Color Harmonies of #BFEEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEEC3

Black with #BFEEC3

Text Example


Text Example

White with #BFEEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEEC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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