Html Css Color HEX #B4EBB5 Celadon

📋 copy color: '#B4EBB5'

red 180 ◦ green 235 ◦ blue 181

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

Shades of Celadon #B4EBB5

Tints of Celadon #B4EBB5

RGB

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

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

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

R = 30.2%
G = 39.43%
B = 30.37%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#B4EBB5 (or 0xB4EBB5) is known color: Celadon. HEX triplet: B4, EB and B5. RGB value is (180,235,181). Sum of RGB (Red+Green+Blue) = 180+235+181=596 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.20% from 596); Green value is 235 (92.19% from 255 or 39.43% from 596); Blue value is 181 (71.09% from 255 or 30.37% from 596); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EBB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EBB5 is #4B144A. Grayscale: #D4D4D4. Windows color (decimal): -4920395 or 11922356. OLE color: 11922356.

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

Color convert

RGB 180 235 181 -
CMYK 0.23 0 0.23 0.08
HSL 121.09º 0.58% 0.81% -
HSV(B) 121.09º 0.23% 0.92% -
XYZ 56.87 72.46 54.7 -
YUV 212.4 110.28 104.89 -
System Red Green Blue C M Y K H S L
Decimal 180 235 181 0.23 0 0.23 0.08 121.09 0.58 0.81
Hex B4 EB B5 17 0 17 8 79 3A 51
Octal 264 353 265 27 0 27 10 171 72 121
Binary 10110100 11101011 10110101 10111 0 10111 1000 1111001 111010 1010001

Color Harmonies of #B4EBB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4EBB5

Black with #B4EBB5

Text Example


Text Example

White with #B4EBB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4EBB5; }

 p { color: rgb(180,235,181); }

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

background-color css

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

 a { background-color: rgb(180,235,181); }

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

border-color css

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

 span { border-color: rgb(180,235,181); }

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