Html Css Color HEX #B2FFB6 Celadon

📋 copy color: '#B2FFB6'

red 178 ◦ green 255 ◦ blue 182

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

Shades of Celadon #B2FFB6

Tints of Celadon #B2FFB6

RGB

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

 GREEN value IS 255 (100% from 255) = 41.46%

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

R = 28.94%
G = 41.46%
B = 29.59%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#B2FFB6 (or 0xB2FFB6) is known color: Celadon. HEX triplet: B2, FF and B6. RGB value is (178,255,182). Sum of RGB (Red+Green+Blue) = 178+255+182=615 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.94% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 182 (71.48% from 255 or 29.59% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FFB6 is #4D0049. Grayscale: #DFDFDF. Windows color (decimal): -5046346 or 11993010. OLE color: 11993010.

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

Color convert

RGB 178 255 182 -
CMYK 0.30 0 0.29 0
HSL 123.12º 1% 0.85% -
HSV(B) 123.12º 0.3% 1% -
XYZ 62.56 84.36 57.24 -
YUV 223.66 104.49 95.44 -
System Red Green Blue C M Y K H S L
Decimal 178 255 182 0.30 0 0.29 0 123.12 1 0.85
Hex B2 FF B6 1E 0 1D 0 7B 64 55
Octal 262 377 266 36 0 35 0 173 144 125
Binary 10110010 11111111 10110110 11110 0 11101 0 1111011 1100100 1010101

Color Harmonies of #B2FFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FFB6

Black with #B2FFB6

Text Example


Text Example

White with #B2FFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FFB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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