Html Css Color HEX #B2FAC5 Granny Apple

📋 copy color: '#B2FAC5'

red 178 ◦ green 250 ◦ blue 197

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

Shades of Granny Apple #B2FAC5

Tints of Granny Apple #B2FAC5

RGB

 RED value IS 178 (69.92% from 255) = 28.48%

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

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

R = 28.48%
G = 40%
B = 31.52%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#B2FAC5 (or 0xB2FAC5) is known color: Granny Apple. HEX triplet: B2, FA and C5. RGB value is (178,250,197). Sum of RGB (Red+Green+Blue) = 178+250+197=625 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.48% from 625); Green value is 250 (98.05% from 255 or 40% from 625); Blue value is 197 (77.34% from 255 or 31.52% from 625); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FAC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FAC5 is #4D053A. Grayscale: #DEDEDE. Windows color (decimal): -5047611 or 12974770. OLE color: 12974770.

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

Color convert

RGB 178 250 197 -
CMYK 0.29 0 0.21 0.02
HSL 135.83º 0.88% 0.84% -
HSV(B) 135.83º 0.29% 0.98% -
XYZ 62.62 81.87 65.32 -
YUV 222.43 113.65 96.31 -
System Red Green Blue C M Y K H S L
Decimal 178 250 197 0.29 0 0.21 0.02 135.83 0.88 0.84
Hex B2 FA C5 1D 0 15 2 88 58 54
Octal 262 372 305 35 0 25 2 210 130 124
Binary 10110010 11111010 11000101 11101 0 10101 10 10001000 1011000 1010100

Color Harmonies of #B2FAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FAC5

Black with #B2FAC5

Text Example


Text Example

White with #B2FAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FAC5; }

 p { color: rgb(178,250,197); }

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

background-color css

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

 a { background-color: rgb(178,250,197); }

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

border-color css

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

 span { border-color: rgb(178,250,197); }

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