Html Css Color HEX #B9E2BD Fringy Flower

📋 copy color: '#B9E2BD'

red 185 ◦ green 226 ◦ blue 189

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

Shades of Fringy Flower #B9E2BD

Tints of Fringy Flower #B9E2BD

RGB

 RED value IS 185 (72.66% from 255) = 30.83%

 GREEN value IS 226 (88.67% from 255) = 37.67%

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

R = 30.83%
G = 37.67%
B = 31.5%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#B9E2BD (or 0xB9E2BD) is known color: Fringy Flower. HEX triplet: B9, E2 and BD. RGB value is (185,226,189). Sum of RGB (Red+Green+Blue) = 185+226+189=600 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.83% from 600); Green value is 226 (88.67% from 255 or 37.67% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 226 - color contains mainly: green. Hex color #B9E2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E2BD is #461D42. Grayscale: #D1D1D1. Windows color (decimal): -4595011 or 12444345. OLE color: 12444345.

HSL color Cylindrical-coordinate representation of color #B9E2BD: hue angle of 125.85º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9E2BD is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 185 226 189 -
CMYK 0.18 0 0.16 0.11
HSL 125.85º 0.41% 0.81% -
HSV(B) 125.85º 0.18% 0.89% -
XYZ 56.39 68.38 58.37 -
YUV 209.52 116.42 110.51 -
System Red Green Blue C M Y K H S L
Decimal 185 226 189 0.18 0 0.16 0.11 125.85 0.41 0.81
Hex B9 E2 BD 12 0 10 B 7E 29 51
Octal 271 342 275 22 0 20 13 176 51 121
Binary 10111001 11100010 10111101 10010 0 10000 1011 1111110 101001 1010001

Color Harmonies of #B9E2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E2BD

Black with #B9E2BD

Text Example


Text Example

White with #B9E2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E2BD; }

 p { color: rgb(185,226,189); }

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

background-color css

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

 a { background-color: rgb(185,226,189); }

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

border-color css

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

 span { border-color: rgb(185,226,189); }

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