Html Css Color HEX #B2FCB6 Celadon

📋 copy color: '#B2FCB6'

red 178 ◦ green 252 ◦ blue 182

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

Shades of Celadon #B2FCB6

Tints of Celadon #B2FCB6

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.18%

 BLUE value IS 182 (71.48% from 255) = 29.74%

R = 29.08%
G = 41.18%
B = 29.74%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#B2FCB6 (or 0xB2FCB6) is known color: Celadon. HEX triplet: B2, FC and B6. RGB value is (178,252,182). Sum of RGB (Red+Green+Blue) = 178+252+182=612 (81% of max value = 765). Red value is 178 (69.92% from 255 or 29.08% from 612); Green value is 252 (98.83% from 255 or 41.18% from 612); Blue value is 182 (71.48% from 255 or 29.74% from 612); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FCB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FCB6 is #4D0349. Grayscale: #DEDEDE. Windows color (decimal): -5047114 or 11992242. OLE color: 11992242.

HSL color Cylindrical-coordinate representation of color #B2FCB6: hue angle of 123.24º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FCB6 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 252 182 -
CMYK 0.29 0 0.28 0.01
HSL 123.24º 0.93% 0.84% -
HSV(B) 123.24º 0.29% 0.99% -
XYZ 61.61 82.46 56.93 -
YUV 221.89 105.48 96.69 -
System Red Green Blue C M Y K H S L
Decimal 178 252 182 0.29 0 0.28 0.01 123.24 0.93 0.84
Hex B2 FC B6 1D 0 1C 1 7B 5C 54
Octal 262 374 266 35 0 34 1 173 134 124
Binary 10110010 11111100 10110110 11101 0 11100 1 1111011 1011100 1010100

Color Harmonies of #B2FCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FCB6

Black with #B2FCB6

Text Example


Text Example

White with #B2FCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FCB6; }

 p { color: rgb(178,252,182); }

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

background-color css

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

 a { background-color: rgb(178,252,182); }

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

border-color css

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

 span { border-color: rgb(178,252,182); }

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