Html Css Color HEX #B8FACC Granny Apple

📋 copy color: '#B8FACC'

red 184 ◦ green 250 ◦ blue 204

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

Shades of Granny Apple #B8FACC

Tints of Granny Apple #B8FACC

RGB

 RED value IS 184 (72.27% from 255) = 28.84%

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

 BLUE value IS 204 (80.08% from 255) = 31.97%

R = 28.84%
G = 39.18%
B = 31.97%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#B8FACC (or 0xB8FACC) is known color: Granny Apple. HEX triplet: B8, FA and CC. RGB value is (184,250,204). Sum of RGB (Red+Green+Blue) = 184+250+204=638 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.84% from 638); Green value is 250 (98.05% from 255 or 39.18% from 638); Blue value is 204 (80.08% from 255 or 31.97% from 638); Max value from RGB is 250 - color contains mainly: green. Hex color #B8FACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FACC is #470533. Grayscale: #E1E1E1. Windows color (decimal): -4654388 or 13433528. OLE color: 13433528.

HSL color Cylindrical-coordinate representation of color #B8FACC: hue angle of 138.18º 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 #B8FACC is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 184 250 204 -
CMYK 0.26 0 0.18 0.02
HSL 138.18º 0.87% 0.85% -
HSV(B) 138.18º 0.26% 0.98% -
XYZ 64.85 82.92 69.71 -
YUV 225.02 116.13 98.74 -
System Red Green Blue C M Y K H S L
Decimal 184 250 204 0.26 0 0.18 0.02 138.18 0.87 0.85
Hex B8 FA CC 1A 0 12 2 8A 57 55
Octal 270 372 314 32 0 22 2 212 127 125
Binary 10111000 11111010 11001100 11010 0 10010 10 10001010 1010111 1010101

Color Harmonies of #B8FACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8FACC

Black with #B8FACC

Text Example


Text Example

White with #B8FACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8FACC; }

 p { color: rgb(184,250,204); }

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

background-color css

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

 a { background-color: rgb(184,250,204); }

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

border-color css

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

 span { border-color: rgb(184,250,204); }

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