Html Css Color HEX #B5DFC5 Fringy Flower

📋 copy color: '#B5DFC5'

red 181 ◦ green 223 ◦ blue 197

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

Shades of Fringy Flower #B5DFC5

Tints of Fringy Flower #B5DFC5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.1%

 BLUE value IS 197 (77.34% from 255) = 32.78%

R = 30.12%
G = 37.1%
B = 32.78%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#B5DFC5 (or 0xB5DFC5) is known color: Fringy Flower. HEX triplet: B5, DF and C5. RGB value is (181,223,197). Sum of RGB (Red+Green+Blue) = 181+223+197=601 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.12% from 601); Green value is 223 (87.5% from 255 or 37.10% from 601); Blue value is 197 (77.34% from 255 or 32.78% from 601); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DFC5 is #4A203A. Grayscale: #CFCFCF. Windows color (decimal): -4857915 or 12967861. OLE color: 12967861.

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

Color convert

RGB 181 223 197 -
CMYK 0.19 0 0.12 0.13
HSL 142.86º 0.4% 0.79% -
HSV(B) 142.86º 0.19% 0.87% -
XYZ 55.52 66.63 62.76 -
YUV 207.48 122.09 109.11 -
System Red Green Blue C M Y K H S L
Decimal 181 223 197 0.19 0 0.12 0.13 142.86 0.4 0.79
Hex B5 DF C5 13 0 C D 8F 28 4F
Octal 265 337 305 23 0 14 15 217 50 117
Binary 10110101 11011111 11000101 10011 0 1100 1101 10001111 101000 1001111

Color Harmonies of #B5DFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DFC5

Black with #B5DFC5

Text Example


Text Example

White with #B5DFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DFC5; }

 p { color: rgb(181,223,197); }

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

background-color css

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

 a { background-color: rgb(181,223,197); }

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

border-color css

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

 span { border-color: rgb(181,223,197); }

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