Html Css Color HEX #B4FAC9 Granny Apple

📋 copy color: '#B4FAC9'

red 180 ◦ green 250 ◦ blue 201

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

Shades of Granny Apple #B4FAC9

Tints of Granny Apple #B4FAC9

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.62%

 BLUE value IS 201 (78.91% from 255) = 31.85%

R = 28.53%
G = 39.62%
B = 31.85%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#B4FAC9 (or 0xB4FAC9) is known color: Granny Apple. HEX triplet: B4, FA and C9. RGB value is (180,250,201). Sum of RGB (Red+Green+Blue) = 180+250+201=631 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.53% from 631); Green value is 250 (98.05% from 255 or 39.62% from 631); Blue value is 201 (78.91% from 255 or 31.85% from 631); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FAC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FAC9 is #4B0536. Grayscale: #DFDFDF. Windows color (decimal): -4916535 or 13236916. OLE color: 13236916.

HSL color Cylindrical-coordinate representation of color #B4FAC9: hue angle of 138º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4FAC9 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 250 201 -
CMYK 0.28 0 0.20 0.02
HSL 138º 0.88% 0.84% -
HSV(B) 138º 0.28% 0.98% -
XYZ 63.55 82.29 67.79 -
YUV 223.48 115.31 96.98 -
System Red Green Blue C M Y K H S L
Decimal 180 250 201 0.28 0 0.20 0.02 138 0.88 0.84
Hex B4 FA C9 1C 0 14 2 8A 58 54
Octal 264 372 311 34 0 24 2 212 130 124
Binary 10110100 11111010 11001001 11100 0 10100 10 10001010 1011000 1010100

Color Harmonies of #B4FAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FAC9

Black with #B4FAC9

Text Example


Text Example

White with #B4FAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FAC9; }

 p { color: rgb(180,250,201); }

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

background-color css

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

 a { background-color: rgb(180,250,201); }

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

border-color css

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

 span { border-color: rgb(180,250,201); }

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