Html Css Color HEX #B1FEB5 Celadon

📋 copy color: '#B1FEB5'

red 177 ◦ green 254 ◦ blue 181

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

Shades of Celadon #B1FEB5

Tints of Celadon #B1FEB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 29.58%

R = 28.92%
G = 41.5%
B = 29.58%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#B1FEB5 (or 0xB1FEB5) is known color: Celadon. HEX triplet: B1, FE and B5. RGB value is (177,254,181). Sum of RGB (Red+Green+Blue) = 177+254+181=612 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.92% from 612); Green value is 254 (99.61% from 255 or 41.50% from 612); Blue value is 181 (71.09% from 255 or 29.58% from 612); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FEB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FEB5 is #4E014A. Grayscale: #DEDEDE. Windows color (decimal): -5112139 or 11927217. OLE color: 11927217.

HSL color Cylindrical-coordinate representation of color #B1FEB5: hue angle of 123.12º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FEB5 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.

Color convert

RGB 177 254 181 -
CMYK 0.30 0 0.29 0.00
HSL 123.12º 0.97% 0.85% -
HSV(B) 123.12º 0.3% 1% -
XYZ 61.91 83.57 56.58 -
YUV 222.66 104.49 95.44 -
System Red Green Blue C M Y K H S L
Decimal 177 254 181 0.30 0 0.29 0.00 123.12 0.97 0.85
Hex B1 FE B5 1E 0 1D 0 7B 61 55
Octal 261 376 265 36 0 35 0 173 141 125
Binary 10110001 11111110 10110101 11110 0 11101 0 1111011 1100001 1010101

Color Harmonies of #B1FEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FEB5

Black with #B1FEB5

Text Example


Text Example

White with #B1FEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FEB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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