Html Css Color HEX #B8F8CC Granny Apple

📋 copy color: '#B8F8CC'

red 184 ◦ green 248 ◦ blue 204

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

Shades of Granny Apple #B8F8CC

Tints of Granny Apple #B8F8CC

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.99%

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

R = 28.93%
G = 38.99%
B = 32.08%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#B8F8CC (or 0xB8F8CC) is known color: Granny Apple. HEX triplet: B8, F8 and CC. RGB value is (184,248,204). Sum of RGB (Red+Green+Blue) = 184+248+204=636 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.93% from 636); Green value is 248 (97.27% from 255 or 38.99% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 248 - color contains mainly: green. Hex color #B8F8CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F8CC is #470733. Grayscale: #DFDFDF. Windows color (decimal): -4654900 or 13433016. OLE color: 13433016.

HSL color Cylindrical-coordinate representation of color #B8F8CC: hue angle of 138.75º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8F8CC is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 184 248 204 -
CMYK 0.26 0 0.18 0.03
HSL 138.75º 0.82% 0.85% -
HSV(B) 138.75º 0.26% 0.97% -
XYZ 64.23 81.68 69.51 -
YUV 223.85 116.8 99.58 -
System Red Green Blue C M Y K H S L
Decimal 184 248 204 0.26 0 0.18 0.03 138.75 0.82 0.85
Hex B8 F8 CC 1A 0 12 3 8B 52 55
Octal 270 370 314 32 0 22 3 213 122 125
Binary 10111000 11111000 11001100 11010 0 10010 11 10001011 1010010 1010101

Color Harmonies of #B8F8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8F8CC

Black with #B8F8CC

Text Example


Text Example

White with #B8F8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8F8CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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