Html Css Color HEX #B0DEBC Fringy Flower

📋 copy color: '#B0DEBC'

red 176 ◦ green 222 ◦ blue 188

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

Shades of Fringy Flower #B0DEBC

Tints of Fringy Flower #B0DEBC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.88%

 BLUE value IS 188 (73.83% from 255) = 32.08%

R = 30.03%
G = 37.88%
B = 32.08%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#B0DEBC (or 0xB0DEBC) is known color: Fringy Flower. HEX triplet: B0, DE and BC. RGB value is (176,222,188). Sum of RGB (Red+Green+Blue) = 176+222+188=586 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.03% from 586); Green value is 222 (87.11% from 255 or 37.88% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DEBC is #4F2143. Grayscale: #CCCCCC. Windows color (decimal): -5185860 or 12377776. OLE color: 12377776.

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

Color convert

RGB 176 222 188 -
CMYK 0.21 0 0.15 0.13
HSL 135.65º 0.41% 0.78% -
HSV(B) 135.65º 0.21% 0.87% -
XYZ 53.1 65.1 57.34 -
YUV 204.37 118.76 107.76 -
System Red Green Blue C M Y K H S L
Decimal 176 222 188 0.21 0 0.15 0.13 135.65 0.41 0.78
Hex B0 DE BC 15 0 F D 88 29 4E
Octal 260 336 274 25 0 17 15 210 51 116
Binary 10110000 11011110 10111100 10101 0 1111 1101 10001000 101001 1001110

Color Harmonies of #B0DEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DEBC

Black with #B0DEBC

Text Example


Text Example

White with #B0DEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DEBC; }

 p { color: rgb(176,222,188); }

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

background-color css

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

 a { background-color: rgb(176,222,188); }

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

border-color css

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

 span { border-color: rgb(176,222,188); }

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