Html Css Color HEX #B2FFC4 Granny Apple

📋 copy color: '#B2FFC4'

red 178 ◦ green 255 ◦ blue 196

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

Shades of Granny Apple #B2FFC4

Tints of Granny Apple #B2FFC4

RGB

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

 GREEN value IS 255 (100% from 255) = 40.54%

 BLUE value IS 196 (76.95% from 255) = 31.16%

R = 28.3%
G = 40.54%
B = 31.16%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#B2FFC4 (or 0xB2FFC4) is known color: Granny Apple. HEX triplet: B2, FF and C4. RGB value is (178,255,196). Sum of RGB (Red+Green+Blue) = 178+255+196=629 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.30% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 196 (76.95% from 255 or 31.16% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FFC4 is #4D003B. Grayscale: #E1E1E1. Windows color (decimal): -5046332 or 12910514. OLE color: 12910514.

HSL color Cylindrical-coordinate representation of color #B2FFC4: hue angle of 134.03º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FFC4 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB 178 255 196 -
CMYK 0.30 0 0.23 0
HSL 134.03º 1% 0.85% -
HSV(B) 134.03º 0.3% 1% -
XYZ 64.08 84.97 65.25 -
YUV 225.25 111.49 94.3 -
System Red Green Blue C M Y K H S L
Decimal 178 255 196 0.30 0 0.23 0 134.03 1 0.85
Hex B2 FF C4 1E 0 17 0 86 64 55
Octal 262 377 304 36 0 27 0 206 144 125
Binary 10110010 11111111 11000100 11110 0 10111 0 10000110 1100100 1010101

Color Harmonies of #B2FFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FFC4

Black with #B2FFC4

Text Example


Text Example

White with #B2FFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FFC4; }

 p { color: rgb(178,255,196); }

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

background-color css

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

 a { background-color: rgb(178,255,196); }

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

border-color css

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

 span { border-color: rgb(178,255,196); }

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