Html Css Color HEX #B2FAAF Celadon

📋 copy color: '#B2FAAF'

red 178 ◦ green 250 ◦ blue 175

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

Shades of Celadon #B2FAAF

Tints of Celadon #B2FAAF

RGB

 RED value IS 178 (69.92% from 255) = 29.52%

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

 BLUE value IS 175 (68.75% from 255) = 29.02%

R = 29.52%
G = 41.46%
B = 29.02%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#B2FAAF (or 0xB2FAAF) is known color: Celadon. HEX triplet: B2, FA and AF. RGB value is (178,250,175). Sum of RGB (Red+Green+Blue) = 178+250+175=603 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.52% from 603); Green value is 250 (98.05% from 255 or 41.46% from 603); Blue value is 175 (68.75% from 255 or 29.02% from 603); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FAAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FAAF is #4D0550. Grayscale: #DCDCDC. Windows color (decimal): -5047633 or 11532978. OLE color: 11532978.

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

Color convert

RGB 178 250 175 -
CMYK 0.29 0 0.3 0.02
HSL 117.6º 0.88% 0.83% -
HSV(B) 117.6º 0.3% 0.98% -
XYZ 60.28 80.93 53 -
YUV 219.92 102.65 98.1 -
System Red Green Blue C M Y K H S L
Decimal 178 250 175 0.29 0 0.3 0.02 117.6 0.88 0.83
Hex B2 FA AF 1D 0 1E 2 76 58 53
Octal 262 372 257 35 0 36 2 166 130 123
Binary 10110010 11111010 10101111 11101 0 11110 10 1110110 1011000 1010011

Color Harmonies of #B2FAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FAAF

Black with #B2FAAF

Text Example


Text Example

White with #B2FAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FAAF; }

 p { color: rgb(178,250,175); }

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

background-color css

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

 a { background-color: rgb(178,250,175); }

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

border-color css

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

 span { border-color: rgb(178,250,175); }

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