Html Css Color HEX #B0E0B3 Celadon

📋 copy color: '#B0E0B3'

red 176 ◦ green 224 ◦ blue 179

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

Shades of Celadon #B0E0B3

Tints of Celadon #B0E0B3

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.69%

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

R = 30.4%
G = 38.69%
B = 30.92%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#B0E0B3 (or 0xB0E0B3) is known color: Celadon. HEX triplet: B0, E0 and B3. RGB value is (176,224,179). Sum of RGB (Red+Green+Blue) = 176+224+179=579 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.40% from 579); Green value is 224 (87.89% from 255 or 38.69% from 579); Blue value is 179 (70.31% from 255 or 30.92% from 579); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E0B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E0B3 is #4F1F4C. Grayscale: #CCCCCC. Windows color (decimal): -5185357 or 11788464. OLE color: 11788464.

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

Color convert

RGB 176 224 179 -
CMYK 0.21 0 0.20 0.12
HSL 123.75º 0.44% 0.78% -
HSV(B) 123.75º 0.21% 0.88% -
XYZ 52.7 65.8 52.57 -
YUV 204.52 113.6 107.66 -
System Red Green Blue C M Y K H S L
Decimal 176 224 179 0.21 0 0.20 0.12 123.75 0.44 0.78
Hex B0 E0 B3 15 0 14 C 7C 2C 4E
Octal 260 340 263 25 0 24 14 174 54 116
Binary 10110000 11100000 10110011 10101 0 10100 1100 1111100 101100 1001110

Color Harmonies of #B0E0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E0B3

Black with #B0E0B3

Text Example


Text Example

White with #B0E0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E0B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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