Html Css Color HEX #B0D7B3 Celadon

📋 copy color: '#B0D7B3'

red 176 ◦ green 215 ◦ blue 179

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

Shades of Celadon #B0D7B3

Tints of Celadon #B0D7B3

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.72%

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

R = 30.88%
G = 37.72%
B = 31.4%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#B0D7B3 (or 0xB0D7B3) is known color: Celadon. HEX triplet: B0, D7 and B3. RGB value is (176,215,179). Sum of RGB (Red+Green+Blue) = 176+215+179=570 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.88% from 570); Green value is 215 (84.38% from 255 or 37.72% from 570); Blue value is 179 (70.31% from 255 or 31.40% from 570); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D7B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D7B3 is #4F284C. Grayscale: #C7C7C7. Windows color (decimal): -5187661 or 11786160. OLE color: 11786160.

HSL color Cylindrical-coordinate representation of color #B0D7B3: hue angle of 124.62º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0D7B3 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 215 179 -
CMYK 0.18 0 0.17 0.16
HSL 124.62º 0.33% 0.77% -
HSV(B) 124.62º 0.18% 0.84% -
XYZ 50.34 61.09 51.79 -
YUV 199.24 116.58 111.43 -
System Red Green Blue C M Y K H S L
Decimal 176 215 179 0.18 0 0.17 0.16 124.62 0.33 0.77
Hex B0 D7 B3 12 0 11 10 7D 21 4D
Octal 260 327 263 22 0 21 20 175 41 115
Binary 10110000 11010111 10110011 10010 0 10001 10000 1111101 100001 1001101

Color Harmonies of #B0D7B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D7B3

Black with #B0D7B3

Text Example


Text Example

White with #B0D7B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D7B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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