Html Css Color HEX #B0DFB5 Fringy Flower

📋 copy color: '#B0DFB5'

red 176 ◦ green 223 ◦ blue 181

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

Shades of Fringy Flower #B0DFB5

Tints of Fringy Flower #B0DFB5

RGB

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

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

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

R = 30.34%
G = 38.45%
B = 31.21%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#B0DFB5 (or 0xB0DFB5) is known color: Fringy Flower. HEX triplet: B0, DF and B5. RGB value is (176,223,181). Sum of RGB (Red+Green+Blue) = 176+223+181=580 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.34% from 580); Green value is 223 (87.5% from 255 or 38.45% from 580); Blue value is 181 (71.09% from 255 or 31.21% from 580); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DFB5 is #4F204A. Grayscale: #CCCCCC. Windows color (decimal): -5185611 or 11919280. OLE color: 11919280.

HSL color Cylindrical-coordinate representation of color #B0DFB5: hue angle of 126.38º 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 #B0DFB5 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 223 181 -
CMYK 0.21 0 0.19 0.13
HSL 126.38º 0.42% 0.78% -
HSV(B) 126.38º 0.21% 0.87% -
XYZ 52.63 65.34 53.55 -
YUV 204.16 114.93 107.92 -
System Red Green Blue C M Y K H S L
Decimal 176 223 181 0.21 0 0.19 0.13 126.38 0.42 0.78
Hex B0 DF B5 15 0 13 D 7E 2A 4E
Octal 260 337 265 25 0 23 15 176 52 116
Binary 10110000 11011111 10110101 10101 0 10011 1101 1111110 101010 1001110

Color Harmonies of #B0DFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DFB5

Black with #B0DFB5

Text Example


Text Example

White with #B0DFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DFB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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