Html Css Color HEX #B1FAAC Celadon

📋 copy color: '#B1FAAC'

red 177 ◦ green 250 ◦ blue 172

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

Shades of Celadon #B1FAAC

Tints of Celadon #B1FAAC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.74%

 BLUE value IS 172 (67.58% from 255) = 28.71%

R = 29.55%
G = 41.74%
B = 28.71%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#B1FAAC (or 0xB1FAAC) is known color: Celadon. HEX triplet: B1, FA and AC. RGB value is (177,250,172). Sum of RGB (Red+Green+Blue) = 177+250+172=599 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.55% from 599); Green value is 250 (98.05% from 255 or 41.74% from 599); Blue value is 172 (67.58% from 255 or 28.71% from 599); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FAAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1FAAC is #4E0553. Grayscale: #DBDBDB. Windows color (decimal): -5113172 or 11336369. OLE color: 11336369.

HSL color Cylindrical-coordinate representation of color #B1FAAC: hue angle of 116.15º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1FAAC is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 250 172 -
CMYK 0.29 0 0.31 0.02
HSL 116.15º 0.89% 0.83% -
HSV(B) 116.15º 0.31% 0.98% -
XYZ 59.76 80.7 51.46 -
YUV 219.28 101.32 97.84 -
System Red Green Blue C M Y K H S L
Decimal 177 250 172 0.29 0 0.31 0.02 116.15 0.89 0.83
Hex B1 FA AC 1D 0 1F 2 74 59 53
Octal 261 372 254 35 0 37 2 164 131 123
Binary 10110001 11111010 10101100 11101 0 11111 10 1110100 1011001 1010011

Color Harmonies of #B1FAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FAAC

Black with #B1FAAC

Text Example


Text Example

White with #B1FAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FAAC; }

 p { color: rgb(177,250,172); }

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

background-color css

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

 a { background-color: rgb(177,250,172); }

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

border-color css

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

 span { border-color: rgb(177,250,172); }

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