Html Css Color HEX #B5E0C4 Fringy Flower

📋 copy color: '#B5E0C4'

red 181 ◦ green 224 ◦ blue 196

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

Shades of Fringy Flower #B5E0C4

Tints of Fringy Flower #B5E0C4

RGB

 RED value IS 181 (71.09% from 255) = 30.12%

 GREEN value IS 224 (87.89% from 255) = 37.27%

 BLUE value IS 196 (76.95% from 255) = 32.61%

R = 30.12%
G = 37.27%
B = 32.61%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#B5E0C4 (or 0xB5E0C4) is known color: Fringy Flower. HEX triplet: B5, E0 and C4. RGB value is (181,224,196). Sum of RGB (Red+Green+Blue) = 181+224+196=601 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.12% from 601); Green value is 224 (87.89% from 255 or 37.27% from 601); Blue value is 196 (76.95% from 255 or 32.61% from 601); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E0C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5E0C4 is #4A1F3B. Grayscale: #D0D0D0. Windows color (decimal): -4857660 or 12902581. OLE color: 12902581.

HSL color Cylindrical-coordinate representation of color #B5E0C4: hue angle of 140.93º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5E0C4 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 181 224 196 -
CMYK 0.19 0 0.12 0.12
HSL 140.93º 0.41% 0.79% -
HSV(B) 140.93º 0.19% 0.88% -
XYZ 55.68 67.12 62.25 -
YUV 207.95 121.25 108.78 -
System Red Green Blue C M Y K H S L
Decimal 181 224 196 0.19 0 0.12 0.12 140.93 0.41 0.79
Hex B5 E0 C4 13 0 C C 8D 29 4F
Octal 265 340 304 23 0 14 14 215 51 117
Binary 10110101 11100000 11000100 10011 0 1100 1100 10001101 101001 1001111

Color Harmonies of #B5E0C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5E0C4

Black with #B5E0C4

Text Example


Text Example

White with #B5E0C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5E0C4; }

 p { color: rgb(181,224,196); }

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

background-color css

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

 a { background-color: rgb(181,224,196); }

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

border-color css

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

 span { border-color: rgb(181,224,196); }

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