Html Css Color HEX #B0E3B4 Celadon

📋 copy color: '#B0E3B4'

red 176 ◦ green 227 ◦ blue 180

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

Shades of Celadon #B0E3B4

Tints of Celadon #B0E3B4

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.94%

 BLUE value IS 180 (70.7% from 255) = 30.87%

R = 30.19%
G = 38.94%
B = 30.87%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.21

 K value IS 0.11

RGB Variations

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

Color information

#B0E3B4 (or 0xB0E3B4) is known color: Celadon. HEX triplet: B0, E3 and B4. RGB value is (176,227,180). Sum of RGB (Red+Green+Blue) = 176+227+180=583 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.19% from 583); Green value is 227 (89.06% from 255 or 38.94% from 583); Blue value is 180 (70.70% from 255 or 30.87% from 583); Max value from RGB is 227 - color contains mainly: green. Hex color #B0E3B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E3B4 is #4F1C4B. Grayscale: #CECECE. Windows color (decimal): -5184588 or 11854768. OLE color: 11854768.

HSL color Cylindrical-coordinate representation of color #B0E3B4: hue angle of 124.71º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0E3B4 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB 176 227 180 -
CMYK 0.22 0 0.21 0.11
HSL 124.71º 0.48% 0.79% -
HSV(B) 124.71º 0.22% 0.89% -
XYZ 53.61 67.46 53.38 -
YUV 206.39 113.1 106.32 -
System Red Green Blue C M Y K H S L
Decimal 176 227 180 0.22 0 0.21 0.11 124.71 0.48 0.79
Hex B0 E3 B4 16 0 15 B 7D 30 4F
Octal 260 343 264 26 0 25 13 175 60 117
Binary 10110000 11100011 10110100 10110 0 10101 1011 1111101 110000 1001111

Color Harmonies of #B0E3B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E3B4

Black with #B0E3B4

Text Example


Text Example

White with #B0E3B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E3B4; }

 p { color: rgb(176,227,180); }

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

background-color css

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

 a { background-color: rgb(176,227,180); }

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

border-color css

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

 span { border-color: rgb(176,227,180); }

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