Html Css Color HEX #B0FFB6 Celadon

📋 copy color: '#B0FFB6'

red 176 ◦ green 255 ◦ blue 182

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

Shades of Celadon #B0FFB6

Tints of Celadon #B0FFB6

RGB

 RED value IS 176 (69.14% from 255) = 28.71%

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

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

R = 28.71%
G = 41.6%
B = 29.69%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#B0FFB6 (or 0xB0FFB6) is known color: Celadon. HEX triplet: B0, FF and B6. RGB value is (176,255,182). Sum of RGB (Red+Green+Blue) = 176+255+182=613 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.71% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 182 (71.48% from 255 or 29.69% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FFB6 is #4F0049. Grayscale: #DFDFDF. Windows color (decimal): -5177418 or 11993008. OLE color: 11993008.

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

Color convert

RGB 176 255 182 -
CMYK 0.31 0 0.29 0
HSL 124.56º 1% 0.85% -
HSV(B) 124.56º 0.31% 1% -
XYZ 62.11 84.13 57.22 -
YUV 223.06 104.83 94.44 -
System Red Green Blue C M Y K H S L
Decimal 176 255 182 0.31 0 0.29 0 124.56 1 0.85
Hex B0 FF B6 1F 0 1D 0 7D 64 55
Octal 260 377 266 37 0 35 0 175 144 125
Binary 10110000 11111111 10110110 11111 0 11101 0 1111101 1100100 1010101

Color Harmonies of #B0FFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FFB6

Black with #B0FFB6

Text Example


Text Example

White with #B0FFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FFB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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