Html Css Color HEX #B0E3BD Fringy Flower

📋 copy color: '#B0E3BD'

red 176 ◦ green 227 ◦ blue 189

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

Shades of Fringy Flower #B0E3BD

Tints of Fringy Flower #B0E3BD

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.34%

 BLUE value IS 189 (74.22% from 255) = 31.93%

R = 29.73%
G = 38.34%
B = 31.93%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#B0E3BD (or 0xB0E3BD) is known color: Fringy Flower. HEX triplet: B0, E3 and BD. RGB value is (176,227,189). Sum of RGB (Red+Green+Blue) = 176+227+189=592 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.73% from 592); Green value is 227 (89.06% from 255 or 38.34% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 227 - color contains mainly: green. Hex color #B0E3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E3BD is #4F1C42. Grayscale: #CFCFCF. Windows color (decimal): -5184579 or 12444592. OLE color: 12444592.

HSL color Cylindrical-coordinate representation of color #B0E3BD: hue angle of 135.29º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0E3BD is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 176 227 189 -
CMYK 0.22 0 0.17 0.11
HSL 135.29º 0.48% 0.79% -
HSV(B) 135.29º 0.22% 0.89% -
XYZ 54.56 67.84 58.36 -
YUV 207.42 117.6 105.59 -
System Red Green Blue C M Y K H S L
Decimal 176 227 189 0.22 0 0.17 0.11 135.29 0.48 0.79
Hex B0 E3 BD 16 0 11 B 87 30 4F
Octal 260 343 275 26 0 21 13 207 60 117
Binary 10110000 11100011 10111101 10110 0 10001 1011 10000111 110000 1001111

Color Harmonies of #B0E3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E3BD

Black with #B0E3BD

Text Example


Text Example

White with #B0E3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E3BD; }

 p { color: rgb(176,227,189); }

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

background-color css

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

 a { background-color: rgb(176,227,189); }

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

border-color css

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

 span { border-color: rgb(176,227,189); }

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