Html Css Color HEX #B1FEB0 Celadon

📋 copy color: '#B1FEB0'

red 177 ◦ green 254 ◦ blue 176

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

Shades of Celadon #B1FEB0

Tints of Celadon #B1FEB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 29%

R = 29.16%
G = 41.85%
B = 29%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#B1FEB0 (or 0xB1FEB0) is known color: Celadon. HEX triplet: B1, FE and B0. RGB value is (177,254,176). Sum of RGB (Red+Green+Blue) = 177+254+176=607 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.16% from 607); Green value is 254 (99.61% from 255 or 41.85% from 607); Blue value is 176 (69.14% from 255 or 29.00% from 607); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FEB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1FEB0 is #4E014F. Grayscale: #DEDEDE. Windows color (decimal): -5112144 or 11599537. OLE color: 11599537.

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

Color convert

RGB 177 254 176 -
CMYK 0.30 0 0.31 0.00
HSL 119.23º 0.98% 0.84% -
HSV(B) 119.23º 0.31% 1% -
XYZ 61.41 83.37 53.93 -
YUV 222.09 101.99 95.84 -
System Red Green Blue C M Y K H S L
Decimal 177 254 176 0.30 0 0.31 0.00 119.23 0.98 0.84
Hex B1 FE B0 1E 0 1F 0 77 62 54
Octal 261 376 260 36 0 37 0 167 142 124
Binary 10110001 11111110 10110000 11110 0 11111 0 1110111 1100010 1010100

Color Harmonies of #B1FEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FEB0

Black with #B1FEB0

Text Example


Text Example

White with #B1FEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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