Html Css Color HEX #BFEEC8 Granny Apple

📋 copy color: '#BFEEC8'

red 191 ◦ green 238 ◦ blue 200

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

Shades of Granny Apple #BFEEC8

Tints of Granny Apple #BFEEC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 31.8%

R = 30.37%
G = 37.84%
B = 31.8%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#BFEEC8 (or 0xBFEEC8) is known color: Granny Apple. HEX triplet: BF, EE and C8. RGB value is (191,238,200). Sum of RGB (Red+Green+Blue) = 191+238+200=629 (83% of max value = 765). Red value is 191 (75% from 255 or 30.37% from 629); Green value is 238 (93.36% from 255 or 37.84% from 629); Blue value is 200 (78.52% from 255 or 31.80% from 629); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEEC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEEC8 is #401137. Grayscale: #DBDBDB. Windows color (decimal): -4198712 or 13168319. OLE color: 13168319.

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

Color convert

RGB 191 238 200 -
CMYK 0.20 0 0.16 0.07
HSL 131.49º 0.58% 0.84% -
HSV(B) 131.49º 0.2% 0.93% -
XYZ 62.49 76.4 66.1 -
YUV 219.62 116.93 107.59 -
System Red Green Blue C M Y K H S L
Decimal 191 238 200 0.20 0 0.16 0.07 131.49 0.58 0.84
Hex BF EE C8 14 0 10 7 83 3A 54
Octal 277 356 310 24 0 20 7 203 72 124
Binary 10111111 11101110 11001000 10100 0 10000 111 10000011 111010 1010100

Color Harmonies of #BFEEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEEC8

Black with #BFEEC8

Text Example


Text Example

White with #BFEEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEEC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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