Html Css Color HEX #B3DFC5 Fringy Flower

📋 copy color: '#B3DFC5'

red 179 ◦ green 223 ◦ blue 197

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

Shades of Fringy Flower #B3DFC5

Tints of Fringy Flower #B3DFC5

RGB

 RED value IS 179 (70.31% from 255) = 29.88%

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

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

R = 29.88%
G = 37.23%
B = 32.89%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#B3DFC5 (or 0xB3DFC5) is known color: Fringy Flower. HEX triplet: B3, DF and C5. RGB value is (179,223,197). Sum of RGB (Red+Green+Blue) = 179+223+197=599 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.88% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 197 (77.34% from 255 or 32.89% from 599); Max value from RGB is 223 - color contains mainly: green. Hex color #B3DFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DFC5 is #4C203A. Grayscale: #CECECE. Windows color (decimal): -4988987 or 12967859. OLE color: 12967859.

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

Color convert

RGB 179 223 197 -
CMYK 0.20 0 0.12 0.13
HSL 144.55º 0.41% 0.79% -
HSV(B) 144.55º 0.2% 0.87% -
XYZ 55.06 66.39 62.74 -
YUV 206.88 122.42 108.11 -
System Red Green Blue C M Y K H S L
Decimal 179 223 197 0.20 0 0.12 0.13 144.55 0.41 0.79
Hex B3 DF C5 14 0 C D 91 29 4F
Octal 263 337 305 24 0 14 15 221 51 117
Binary 10110011 11011111 11000101 10100 0 1100 1101 10010001 101001 1001111

Color Harmonies of #B3DFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DFC5

Black with #B3DFC5

Text Example


Text Example

White with #B3DFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DFC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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