Html Css Color HEX #B0DCBE Fringy Flower

📋 copy color: '#B0DCBE'

red 176 ◦ green 220 ◦ blue 190

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

Shades of Fringy Flower #B0DCBE

Tints of Fringy Flower #B0DCBE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.54%

 BLUE value IS 190 (74.61% from 255) = 32.42%

R = 30.03%
G = 37.54%
B = 32.42%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#B0DCBE (or 0xB0DCBE) is known color: Fringy Flower. HEX triplet: B0, DC and BE. RGB value is (176,220,190). Sum of RGB (Red+Green+Blue) = 176+220+190=586 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.03% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 190 (74.61% from 255 or 32.42% from 586); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DCBE is #4F2341. Grayscale: #CBCBCB. Windows color (decimal): -5186370 or 12508336. OLE color: 12508336.

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

Color convert

RGB 176 220 190 -
CMYK 0.2 0 0.14 0.14
HSL 139.09º 0.39% 0.78% -
HSV(B) 139.09º 0.2% 0.86% -
XYZ 52.79 64.13 58.31 -
YUV 203.42 120.42 108.44 -
System Red Green Blue C M Y K H S L
Decimal 176 220 190 0.2 0 0.14 0.14 139.09 0.39 0.78
Hex B0 DC BE 14 0 E E 8B 27 4E
Octal 260 334 276 24 0 16 16 213 47 116
Binary 10110000 11011100 10111110 10100 0 1110 1110 10001011 100111 1001110

Color Harmonies of #B0DCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DCBE

Black with #B0DCBE

Text Example


Text Example

White with #B0DCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DCBE; }

 p { color: rgb(176,220,190); }

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

background-color css

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

 a { background-color: rgb(176,220,190); }

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

border-color css

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

 span { border-color: rgb(176,220,190); }

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