Html Css Color HEX #B0E0B5 Celadon

📋 copy color: '#B0E0B5'

red 176 ◦ green 224 ◦ blue 181

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

Shades of Celadon #B0E0B5

Tints of Celadon #B0E0B5

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.55%

 BLUE value IS 181 (71.09% from 255) = 31.15%

R = 30.29%
G = 38.55%
B = 31.15%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#B0E0B5 (or 0xB0E0B5) is known color: Celadon. HEX triplet: B0, E0 and B5. RGB value is (176,224,181). Sum of RGB (Red+Green+Blue) = 176+224+181=581 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.29% from 581); Green value is 224 (87.89% from 255 or 38.55% from 581); Blue value is 181 (71.09% from 255 or 31.15% from 581); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E0B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E0B5 is #4F1F4A. Grayscale: #CCCCCC. Windows color (decimal): -5185355 or 11919536. OLE color: 11919536.

HSL color Cylindrical-coordinate representation of color #B0E0B5: hue angle of 126.25º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0E0B5 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 224 181 -
CMYK 0.21 0 0.19 0.12
HSL 126.25º 0.44% 0.78% -
HSV(B) 126.25º 0.21% 0.88% -
XYZ 52.9 65.88 53.64 -
YUV 204.75 114.6 107.5 -
System Red Green Blue C M Y K H S L
Decimal 176 224 181 0.21 0 0.19 0.12 126.25 0.44 0.78
Hex B0 E0 B5 15 0 13 C 7E 2C 4E
Octal 260 340 265 25 0 23 14 176 54 116
Binary 10110000 11100000 10110101 10101 0 10011 1100 1111110 101100 1001110

Color Harmonies of #B0E0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E0B5

Black with #B0E0B5

Text Example


Text Example

White with #B0E0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E0B5; }

 p { color: rgb(176,224,181); }

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

background-color css

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

 a { background-color: rgb(176,224,181); }

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

border-color css

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

 span { border-color: rgb(176,224,181); }

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