Html Css Color HEX #BFE4C6 Granny Apple

📋 copy color: '#BFE4C6'

red 191 ◦ green 228 ◦ blue 198

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

Shades of Granny Apple #BFE4C6

Tints of Granny Apple #BFE4C6

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.95%

 BLUE value IS 198 (77.73% from 255) = 32.09%

R = 30.96%
G = 36.95%
B = 32.09%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.11

RGB Variations

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

Color information

#BFE4C6 (or 0xBFE4C6) is known color: Granny Apple. HEX triplet: BF, E4 and C6. RGB value is (191,228,198). Sum of RGB (Red+Green+Blue) = 191+228+198=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 228 (89.45% from 255 or 36.95% from 617); Blue value is 198 (77.73% from 255 or 32.09% from 617); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE4C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE4C6 is #401B39. Grayscale: #D5D5D5. Windows color (decimal): -4201274 or 13034687. OLE color: 13034687.

HSL color Cylindrical-coordinate representation of color #BFE4C6: hue angle of 131.35º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFE4C6 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 228 198 -
CMYK 0.16 0 0.13 0.11
HSL 131.35º 0.41% 0.82% -
HSV(B) 131.35º 0.16% 0.89% -
XYZ 59.42 70.64 63.93 -
YUV 213.52 119.24 111.94 -
System Red Green Blue C M Y K H S L
Decimal 191 228 198 0.16 0 0.13 0.11 131.35 0.41 0.82
Hex BF E4 C6 10 0 D B 83 29 52
Octal 277 344 306 20 0 15 13 203 51 122
Binary 10111111 11100100 11000110 10000 0 1101 1011 10000011 101001 1010010

Color Harmonies of #BFE4C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE4C6

Black with #BFE4C6

Text Example


Text Example

White with #BFE4C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE4C6; }

 p { color: rgb(191,228,198); }

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

background-color css

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

 a { background-color: rgb(191,228,198); }

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

border-color css

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

 span { border-color: rgb(191,228,198); }

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