Html Css Color HEX #B0EBB1 Celadon

📋 copy color: '#B0EBB1'

red 176 ◦ green 235 ◦ blue 177

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

Shades of Celadon #B0EBB1

Tints of Celadon #B0EBB1

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.97%

 BLUE value IS 177 (69.53% from 255) = 30.1%

R = 29.93%
G = 39.97%
B = 30.1%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#B0EBB1 (or 0xB0EBB1) is known color: Celadon. HEX triplet: B0, EB and B1. RGB value is (176,235,177). Sum of RGB (Red+Green+Blue) = 176+235+177=588 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.93% from 588); Green value is 235 (92.19% from 255 or 39.97% from 588); Blue value is 177 (69.53% from 255 or 30.10% from 588); Max value from RGB is 235 - color contains mainly: green. Hex color #B0EBB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EBB1 is #4F144E. Grayscale: #D2D2D2. Windows color (decimal): -5182543 or 11660208. OLE color: 11660208.

HSL color Cylindrical-coordinate representation of color #B0EBB1: hue angle of 121.02º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0EBB1 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 235 177 -
CMYK 0.25 0 0.25 0.08
HSL 121.02º 0.6% 0.81% -
HSV(B) 121.02º 0.25% 0.92% -
XYZ 55.55 71.82 52.53 -
YUV 210.75 108.95 103.22 -
System Red Green Blue C M Y K H S L
Decimal 176 235 177 0.25 0 0.25 0.08 121.02 0.6 0.81
Hex B0 EB B1 19 0 19 8 79 3C 51
Octal 260 353 261 31 0 31 10 171 74 121
Binary 10110000 11101011 10110001 11001 0 11001 1000 1111001 111100 1010001

Color Harmonies of #B0EBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EBB1

Black with #B0EBB1

Text Example


Text Example

White with #B0EBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EBB1; }

 p { color: rgb(176,235,177); }

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

background-color css

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

 a { background-color: rgb(176,235,177); }

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

border-color css

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

 span { border-color: rgb(176,235,177); }

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