Html Css Color HEX #B4E8C6 Granny Apple

📋 copy color: '#B4E8C6'

red 180 ◦ green 232 ◦ blue 198

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

Shades of Granny Apple #B4E8C6

Tints of Granny Apple #B4E8C6

RGB

 RED value IS 180 (70.7% from 255) = 29.51%

 GREEN value IS 232 (91.02% from 255) = 38.03%

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

R = 29.51%
G = 38.03%
B = 32.46%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#B4E8C6 (or 0xB4E8C6) is known color: Granny Apple. HEX triplet: B4, E8 and C6. RGB value is (180,232,198). Sum of RGB (Red+Green+Blue) = 180+232+198=610 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.51% from 610); Green value is 232 (91.02% from 255 or 38.03% from 610); Blue value is 198 (77.73% from 255 or 32.46% from 610); Max value from RGB is 232 - color contains mainly: green. Hex color #B4E8C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4E8C6 is #4B1739. Grayscale: #D4D4D4. Windows color (decimal): -4921146 or 13035700. OLE color: 13035700.

HSL color Cylindrical-coordinate representation of color #B4E8C6: hue angle of 140.77º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4E8C6 is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB 180 232 198 -
CMYK 0.22 0 0.15 0.09
HSL 140.77º 0.53% 0.81% -
HSV(B) 140.77º 0.22% 0.91% -
XYZ 57.87 71.49 64.18 -
YUV 212.58 119.77 104.76 -
System Red Green Blue C M Y K H S L
Decimal 180 232 198 0.22 0 0.15 0.09 140.77 0.53 0.81
Hex B4 E8 C6 16 0 F 9 8D 35 51
Octal 264 350 306 26 0 17 11 215 65 121
Binary 10110100 11101000 11000110 10110 0 1111 1001 10001101 110101 1010001

Color Harmonies of #B4E8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4E8C6

Black with #B4E8C6

Text Example


Text Example

White with #B4E8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4E8C6; }

 p { color: rgb(180,232,198); }

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

background-color css

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

 a { background-color: rgb(180,232,198); }

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

border-color css

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

 span { border-color: rgb(180,232,198); }

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