Html Css Color HEX #B1EBB0 Celadon

📋 copy color: '#B1EBB0'

red 177 ◦ green 235 ◦ blue 176

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

Shades of Celadon #B1EBB0

Tints of Celadon #B1EBB0

RGB

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

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

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

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

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

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

HSL color Cylindrical-coordinate representation of color #B1EBB0: hue angle of 118.98º 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 #B1EBB0 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 235 176 -
CMYK 0.25 0 0.25 0.08
HSL 118.98º 0.6% 0.81% -
HSV(B) 118.98º 0.25% 0.92% -
XYZ 55.68 71.9 52.02 -
YUV 210.93 108.28 103.8 -
System Red Green Blue C M Y K H S L
Decimal 177 235 176 0.25 0 0.25 0.08 118.98 0.6 0.81
Hex B1 EB B0 19 0 19 8 77 3C 51
Octal 261 353 260 31 0 31 10 167 74 121
Binary 10110001 11101011 10110000 11001 0 11001 1000 1110111 111100 1010001

Color Harmonies of #B1EBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EBB0

Black with #B1EBB0

Text Example


Text Example

White with #B1EBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EBB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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