Html Css Color HEX #B0DBB3 Celadon

📋 copy color: '#B0DBB3'

red 176 ◦ green 219 ◦ blue 179

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

Shades of Celadon #B0DBB3

Tints of Celadon #B0DBB3

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.15%

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

R = 30.66%
G = 38.15%
B = 31.18%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#B0DBB3 (or 0xB0DBB3) is known color: Celadon. HEX triplet: B0, DB and B3. RGB value is (176,219,179). Sum of RGB (Red+Green+Blue) = 176+219+179=574 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.66% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 179 (70.31% from 255 or 31.18% from 574); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DBB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DBB3 is #4F244C. Grayscale: #C9C9C9. Windows color (decimal): -5186637 or 11787184. OLE color: 11787184.

HSL color Cylindrical-coordinate representation of color #B0DBB3: hue angle of 124.19º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0DBB3 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 219 179 -
CMYK 0.20 0 0.18 0.14
HSL 124.19º 0.37% 0.77% -
HSV(B) 124.19º 0.2% 0.86% -
XYZ 51.37 63.15 52.13 -
YUV 201.58 115.25 109.75 -
System Red Green Blue C M Y K H S L
Decimal 176 219 179 0.20 0 0.18 0.14 124.19 0.37 0.77
Hex B0 DB B3 14 0 12 E 7C 25 4D
Octal 260 333 263 24 0 22 16 174 45 115
Binary 10110000 11011011 10110011 10100 0 10010 1110 1111100 100101 1001101

Color Harmonies of #B0DBB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DBB3

Black with #B0DBB3

Text Example


Text Example

White with #B0DBB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DBB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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