Html Css Color HEX #B4DFB5 Celadon

📋 copy color: '#B4DFB5'

red 180 ◦ green 223 ◦ blue 181

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

Shades of Celadon #B4DFB5

Tints of Celadon #B4DFB5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.18%

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

R = 30.82%
G = 38.18%
B = 30.99%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#B4DFB5 (or 0xB4DFB5) is known color: Celadon. HEX triplet: B4, DF and B5. RGB value is (180,223,181). Sum of RGB (Red+Green+Blue) = 180+223+181=584 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.82% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 181 (71.09% from 255 or 30.99% from 584); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DFB5 is #4B204A. Grayscale: #CDCDCD. Windows color (decimal): -4923467 or 11919284. OLE color: 11919284.

HSL color Cylindrical-coordinate representation of color #B4DFB5: hue angle of 121.4º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4DFB5 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 223 181 -
CMYK 0.19 0 0.19 0.13
HSL 121.4º 0.4% 0.79% -
HSV(B) 121.4º 0.19% 0.87% -
XYZ 53.55 65.81 53.6 -
YUV 205.36 114.25 109.92 -
System Red Green Blue C M Y K H S L
Decimal 180 223 181 0.19 0 0.19 0.13 121.4 0.4 0.79
Hex B4 DF B5 13 0 13 D 79 28 4F
Octal 264 337 265 23 0 23 15 171 50 117
Binary 10110100 11011111 10110101 10011 0 10011 1101 1111001 101000 1001111

Color Harmonies of #B4DFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DFB5

Black with #B4DFB5

Text Example


Text Example

White with #B4DFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DFB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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