Html Css Color HEX #B2FDC6 Granny Apple

📋 copy color: '#B2FDC6'

red 178 ◦ green 253 ◦ blue 198

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

Shades of Granny Apple #B2FDC6

Tints of Granny Apple #B2FDC6

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.22%

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

R = 28.3%
G = 40.22%
B = 31.48%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#B2FDC6 (or 0xB2FDC6) is known color: Granny Apple. HEX triplet: B2, FD and C6. RGB value is (178,253,198). Sum of RGB (Red+Green+Blue) = 178+253+198=629 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.30% from 629); Green value is 253 (99.22% from 255 or 40.22% from 629); Blue value is 198 (77.73% from 255 or 31.48% from 629); Max value from RGB is 253 - color contains mainly: green. Hex color #B2FDC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FDC6 is #4D0239. Grayscale: #E0E0E0. Windows color (decimal): -5046842 or 13041074. OLE color: 13041074.

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

Color convert

RGB 178 253 198 -
CMYK 0.30 0 0.22 0.01
HSL 136º 0.95% 0.85% -
HSV(B) 136º 0.3% 0.99% -
XYZ 63.68 83.79 66.24 -
YUV 224.31 113.15 94.97 -
System Red Green Blue C M Y K H S L
Decimal 178 253 198 0.30 0 0.22 0.01 136 0.95 0.85
Hex B2 FD C6 1E 0 16 1 88 5F 55
Octal 262 375 306 36 0 26 1 210 137 125
Binary 10110010 11111101 11000110 11110 0 10110 1 10001000 1011111 1010101

Color Harmonies of #B2FDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FDC6

Black with #B2FDC6

Text Example


Text Example

White with #B2FDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FDC6; }

 p { color: rgb(178,253,198); }

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

background-color css

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

 a { background-color: rgb(178,253,198); }

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

border-color css

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

 span { border-color: rgb(178,253,198); }

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