Html Css Color HEX #B0F0B5 Celadon

📋 copy color: '#B0F0B5'

red 176 ◦ green 240 ◦ blue 181

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

Shades of Celadon #B0F0B5

Tints of Celadon #B0F0B5

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.2%

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

R = 29.48%
G = 40.2%
B = 30.32%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#B0F0B5 (or 0xB0F0B5) is known color: Celadon. HEX triplet: B0, F0 and B5. RGB value is (176,240,181). Sum of RGB (Red+Green+Blue) = 176+240+181=597 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.48% from 597); Green value is 240 (94.14% from 255 or 40.20% from 597); Blue value is 181 (71.09% from 255 or 30.32% from 597); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F0B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F0B5 is #4F0F4A. Grayscale: #D6D6D6. Windows color (decimal): -5181259 or 11923632. OLE color: 11923632.

HSL color Cylindrical-coordinate representation of color #B0F0B5: hue angle of 124.69º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0F0B5 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 240 181 -
CMYK 0.27 0 0.25 0.06
HSL 124.69º 0.68% 0.82% -
HSV(B) 124.69º 0.27% 0.94% -
XYZ 57.41 74.89 55.15 -
YUV 214.14 109.3 100.8 -
System Red Green Blue C M Y K H S L
Decimal 176 240 181 0.27 0 0.25 0.06 124.69 0.68 0.82
Hex B0 F0 B5 1B 0 19 6 7D 44 52
Octal 260 360 265 33 0 31 6 175 104 122
Binary 10110000 11110000 10110101 11011 0 11001 110 1111101 1000100 1010010

Color Harmonies of #B0F0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F0B5

Black with #B0F0B5

Text Example


Text Example

White with #B0F0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F0B5; }

 p { color: rgb(176,240,181); }

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

background-color css

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

 a { background-color: rgb(176,240,181); }

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

border-color css

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

 span { border-color: rgb(176,240,181); }

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