Html Css Color HEX #B8FFCD Granny Apple

📋 copy color: '#B8FFCD'

red 184 ◦ green 255 ◦ blue 205

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

Shades of Granny Apple #B8FFCD

Tints of Granny Apple #B8FFCD

RGB

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

 GREEN value IS 255 (100% from 255) = 39.6%

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

R = 28.57%
G = 39.6%
B = 31.83%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#B8FFCD (or 0xB8FFCD) is known color: Granny Apple. HEX triplet: B8, FF and CD. RGB value is (184,255,205). Sum of RGB (Red+Green+Blue) = 184+255+205=644 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.57% from 644); Green value is 255 (100% from 255 or 39.60% from 644); Blue value is 205 (80.47% from 255 or 31.83% from 644); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FFCD is #470032. Grayscale: #E4E4E4. Windows color (decimal): -4653107 or 13500344. OLE color: 13500344.

HSL color Cylindrical-coordinate representation of color #B8FFCD: hue angle of 137.75º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8FFCD is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 184 255 205 -
CMYK 0.28 0 0.20 0
HSL 137.75º 1% 0.86% -
HSV(B) 137.75º 0.28% 1% -
XYZ 66.55 86.12 70.87 -
YUV 228.07 114.98 96.57 -
System Red Green Blue C M Y K H S L
Decimal 184 255 205 0.28 0 0.20 0 137.75 1 0.86
Hex B8 FF CD 1C 0 14 0 8A 64 56
Octal 270 377 315 34 0 24 0 212 144 126
Binary 10111000 11111111 11001101 11100 0 10100 0 10001010 1100100 1010110

Color Harmonies of #B8FFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8FFCD

Black with #B8FFCD

Text Example


Text Example

White with #B8FFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8FFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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