Html Css Color HEX #B1FEAD Celadon

📋 copy color: '#B1FEAD'

red 177 ◦ green 254 ◦ blue 173

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

Shades of Celadon #B1FEAD

Tints of Celadon #B1FEAD

RGB

 RED value IS 177 (69.53% from 255) = 29.3%

 GREEN value IS 254 (99.61% from 255) = 42.05%

 BLUE value IS 173 (67.97% from 255) = 28.64%

R = 29.3%
G = 42.05%
B = 28.64%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#B1FEAD (or 0xB1FEAD) is known color: Celadon. HEX triplet: B1, FE and AD. RGB value is (177,254,173). Sum of RGB (Red+Green+Blue) = 177+254+173=604 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.30% from 604); Green value is 254 (99.61% from 255 or 42.05% from 604); Blue value is 173 (67.97% from 255 or 28.64% from 604); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FEAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1FEAD is #4E0152. Grayscale: #DDDDDD. Windows color (decimal): -5112147 or 11402929. OLE color: 11402929.

HSL color Cylindrical-coordinate representation of color #B1FEAD: hue angle of 117.04º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B1FEAD is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.

Color convert

RGB 177 254 173 -
CMYK 0.30 0 0.32 0.00
HSL 117.04º 0.98% 0.84% -
HSV(B) 117.04º 0.32% 1% -
XYZ 61.12 83.25 52.38 -
YUV 221.74 100.49 96.09 -
System Red Green Blue C M Y K H S L
Decimal 177 254 173 0.30 0 0.32 0.00 117.04 0.98 0.84
Hex B1 FE AD 1E 0 20 0 75 62 54
Octal 261 376 255 36 0 40 0 165 142 124
Binary 10110001 11111110 10101101 11110 0 100000 0 1110101 1100010 1010100

Color Harmonies of #B1FEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FEAD

Black with #B1FEAD

Text Example


Text Example

White with #B1FEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FEAD; }

 p { color: rgb(177,254,173); }

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

background-color css

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

 a { background-color: rgb(177,254,173); }

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

border-color css

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

 span { border-color: rgb(177,254,173); }

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