Html Css Color HEX #B4FCC5 Granny Apple

📋 copy color: '#B4FCC5'

red 180 ◦ green 252 ◦ blue 197

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

Shades of Granny Apple #B4FCC5

Tints of Granny Apple #B4FCC5

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.06%

 BLUE value IS 197 (77.34% from 255) = 31.32%

R = 28.62%
G = 40.06%
B = 31.32%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#B4FCC5 (or 0xB4FCC5) is known color: Granny Apple. HEX triplet: B4, FC and C5. RGB value is (180,252,197). Sum of RGB (Red+Green+Blue) = 180+252+197=629 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.62% from 629); Green value is 252 (98.83% from 255 or 40.06% from 629); Blue value is 197 (77.34% from 255 or 31.32% from 629); Max value from RGB is 252 - color contains mainly: green. Hex color #B4FCC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FCC5 is #4B033A. Grayscale: #E0E0E0. Windows color (decimal): -4916027 or 12975284. OLE color: 12975284.

HSL color Cylindrical-coordinate representation of color #B4FCC5: hue angle of 134.17º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4FCC5 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB 180 252 197 -
CMYK 0.29 0 0.22 0.01
HSL 134.17º 0.92% 0.85% -
HSV(B) 134.17º 0.29% 0.99% -
XYZ 63.71 83.36 65.55 -
YUV 224.2 112.65 96.47 -
System Red Green Blue C M Y K H S L
Decimal 180 252 197 0.29 0 0.22 0.01 134.17 0.92 0.85
Hex B4 FC C5 1D 0 16 1 86 5C 55
Octal 264 374 305 35 0 26 1 206 134 125
Binary 10110100 11111100 11000101 11101 0 10110 1 10000110 1011100 1010101

Color Harmonies of #B4FCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FCC5

Black with #B4FCC5

Text Example


Text Example

White with #B4FCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FCC5; }

 p { color: rgb(180,252,197); }

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

background-color css

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

 a { background-color: rgb(180,252,197); }

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

border-color css

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

 span { border-color: rgb(180,252,197); }

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