Html Css Color HEX #B8FACD Granny Apple

📋 copy color: '#B8FACD'

red 184 ◦ green 250 ◦ blue 205

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

Shades of Granny Apple #B8FACD

Tints of Granny Apple #B8FACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 32.08%

R = 28.79%
G = 39.12%
B = 32.08%

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

#B8FACD (or 0xB8FACD) is known color: Granny Apple. HEX triplet: B8, FA and CD. RGB value is (184,250,205). Sum of RGB (Red+Green+Blue) = 184+250+205=639 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.79% from 639); Green value is 250 (98.05% from 255 or 39.12% from 639); Blue value is 205 (80.47% from 255 or 32.08% from 639); Max value from RGB is 250 - color contains mainly: green. Hex color #B8FACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FACD is #470532. Grayscale: #E1E1E1. Windows color (decimal): -4654387 or 13499064. OLE color: 13499064.

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

Color convert

RGB 184 250 205 -
CMYK 0.26 0 0.18 0.02
HSL 139.09º 0.87% 0.85% -
HSV(B) 139.09º 0.26% 0.98% -
XYZ 64.97 82.97 70.35 -
YUV 225.14 116.63 98.66 -
System Red Green Blue C M Y K H S L
Decimal 184 250 205 0.26 0 0.18 0.02 139.09 0.87 0.85
Hex B8 FA CD 1A 0 12 2 8B 57 55
Octal 270 372 315 32 0 22 2 213 127 125
Binary 10111000 11111010 11001101 11010 0 10010 10 10001011 1010111 1010101

Color Harmonies of #B8FACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8FACD

Black with #B8FACD

Text Example


Text Example

White with #B8FACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8FACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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