Html Css Color HEX #B1FAAD Celadon

📋 copy color: '#B1FAAD'

red 177 ◦ green 250 ◦ blue 173

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

Shades of Celadon #B1FAAD

Tints of Celadon #B1FAAD

RGB

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

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

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

R = 29.5%
G = 41.67%
B = 28.83%

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

#B1FAAD (or 0xB1FAAD) is known color: Celadon. HEX triplet: B1, FA and AD. RGB value is (177,250,173). Sum of RGB (Red+Green+Blue) = 177+250+173=600 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.5% from 600); Green value is 250 (98.05% from 255 or 41.67% from 600); Blue value is 173 (67.97% from 255 or 28.83% from 600); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FAAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1FAAD is #4E0552. Grayscale: #DBDBDB. Windows color (decimal): -5113171 or 11401905. OLE color: 11401905.

HSL color Cylindrical-coordinate representation of color #B1FAAD: hue angle of 116.88º 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 #B1FAAD is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 250 173 -
CMYK 0.29 0 0.31 0.02
HSL 116.88º 0.89% 0.83% -
HSV(B) 116.88º 0.31% 0.98% -
XYZ 59.86 80.74 51.96 -
YUV 219.4 101.82 97.76 -
System Red Green Blue C M Y K H S L
Decimal 177 250 173 0.29 0 0.31 0.02 116.88 0.89 0.83
Hex B1 FA AD 1D 0 1F 2 75 59 53
Octal 261 372 255 35 0 37 2 165 131 123
Binary 10110001 11111010 10101101 11101 0 11111 10 1110101 1011001 1010011

Color Harmonies of #B1FAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FAAD

Black with #B1FAAD

Text Example


Text Example

White with #B1FAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FAAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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