Html Css Color HEX #B0DFB3 Celadon

📋 copy color: '#B0DFB3'

red 176 ◦ green 223 ◦ blue 179

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

Shades of Celadon #B0DFB3

Tints of Celadon #B0DFB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 30.97%

R = 30.45%
G = 38.58%
B = 30.97%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#B0DFB3 (or 0xB0DFB3) is known color: Celadon. HEX triplet: B0, DF and B3. RGB value is (176,223,179). Sum of RGB (Red+Green+Blue) = 176+223+179=578 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.45% from 578); Green value is 223 (87.5% from 255 or 38.58% from 578); Blue value is 179 (70.31% from 255 or 30.97% from 578); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DFB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DFB3 is #4F204C. Grayscale: #CCCCCC. Windows color (decimal): -5185613 or 11788208. OLE color: 11788208.

HSL color Cylindrical-coordinate representation of color #B0DFB3: hue angle of 123.83º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0DFB3 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 223 179 -
CMYK 0.21 0 0.20 0.13
HSL 123.83º 0.42% 0.78% -
HSV(B) 123.83º 0.21% 0.87% -
XYZ 52.43 65.26 52.48 -
YUV 203.93 113.93 108.08 -
System Red Green Blue C M Y K H S L
Decimal 176 223 179 0.21 0 0.20 0.13 123.83 0.42 0.78
Hex B0 DF B3 15 0 14 D 7C 2A 4E
Octal 260 337 263 25 0 24 15 174 52 116
Binary 10110000 11011111 10110011 10101 0 10100 1101 1111100 101010 1001110

Color Harmonies of #B0DFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DFB3

Black with #B0DFB3

Text Example


Text Example

White with #B0DFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DFB3; }

 p { color: rgb(176,223,179); }

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

background-color css

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

 a { background-color: rgb(176,223,179); }

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

border-color css

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

 span { border-color: rgb(176,223,179); }

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