Html Css Color HEX #B9FACA Granny Apple

📋 copy color: '#B9FACA'

red 185 ◦ green 250 ◦ blue 202

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

Shades of Granny Apple #B9FACA

Tints of Granny Apple #B9FACA

RGB

 RED value IS 185 (72.66% from 255) = 29.04%

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

 BLUE value IS 202 (79.3% from 255) = 31.71%

R = 29.04%
G = 39.25%
B = 31.71%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#B9FACA (or 0xB9FACA) is known color: Granny Apple. HEX triplet: B9, FA and CA. RGB value is (185,250,202). Sum of RGB (Red+Green+Blue) = 185+250+202=637 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.04% from 637); Green value is 250 (98.05% from 255 or 39.25% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FACA is #460535. Grayscale: #E1E1E1. Windows color (decimal): -4588854 or 13302457. OLE color: 13302457.

HSL color Cylindrical-coordinate representation of color #B9FACA: hue angle of 135.69º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9FACA is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 250 202 -
CMYK 0.26 0 0.19 0.02
HSL 135.69º 0.87% 0.85% -
HSV(B) 135.69º 0.26% 0.98% -
XYZ 64.85 82.95 68.47 -
YUV 225.09 114.97 99.4 -
System Red Green Blue C M Y K H S L
Decimal 185 250 202 0.26 0 0.19 0.02 135.69 0.87 0.85
Hex B9 FA CA 1A 0 13 2 88 57 55
Octal 271 372 312 32 0 23 2 210 127 125
Binary 10111001 11111010 11001010 11010 0 10011 10 10001000 1010111 1010101

Color Harmonies of #B9FACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FACA

Black with #B9FACA

Text Example


Text Example

White with #B9FACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FACA; }

 p { color: rgb(185,250,202); }

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

background-color css

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

 a { background-color: rgb(185,250,202); }

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

border-color css

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

 span { border-color: rgb(185,250,202); }

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