Html Css Color HEX #B4EDB6 Celadon

📋 copy color: '#B4EDB6'

red 180 ◦ green 237 ◦ blue 182

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

Shades of Celadon #B4EDB6

Tints of Celadon #B4EDB6

RGB

 RED value IS 180 (70.7% from 255) = 30.05%

 GREEN value IS 237 (92.97% from 255) = 39.57%

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

R = 30.05%
G = 39.57%
B = 30.38%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#B4EDB6 (or 0xB4EDB6) is known color: Celadon. HEX triplet: B4, ED and B6. RGB value is (180,237,182). Sum of RGB (Red+Green+Blue) = 180+237+182=599 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.05% from 599); Green value is 237 (92.97% from 255 or 39.57% from 599); Blue value is 182 (71.48% from 255 or 30.38% from 599); Max value from RGB is 237 - color contains mainly: green. Hex color #B4EDB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EDB6 is #4B1249. Grayscale: #D5D5D5. Windows color (decimal): -4919882 or 11988404. OLE color: 11988404.

HSL color Cylindrical-coordinate representation of color #B4EDB6: hue angle of 122.11º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4EDB6 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 237 182 -
CMYK 0.24 0 0.23 0.07
HSL 122.11º 0.61% 0.82% -
HSV(B) 122.11º 0.24% 0.93% -
XYZ 57.55 73.65 55.44 -
YUV 213.69 110.12 103.97 -
System Red Green Blue C M Y K H S L
Decimal 180 237 182 0.24 0 0.23 0.07 122.11 0.61 0.82
Hex B4 ED B6 18 0 17 7 7A 3D 52
Octal 264 355 266 30 0 27 7 172 75 122
Binary 10110100 11101101 10110110 11000 0 10111 111 1111010 111101 1010010

Color Harmonies of #B4EDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4EDB6

Black with #B4EDB6

Text Example


Text Example

White with #B4EDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4EDB6; }

 p { color: rgb(180,237,182); }

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

background-color css

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

 a { background-color: rgb(180,237,182); }

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

border-color css

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

 span { border-color: rgb(180,237,182); }

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