Html Css Color HEX #B3DCBA Fringy Flower

📋 copy color: '#B3DCBA'

red 179 ◦ green 220 ◦ blue 186

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

Shades of Fringy Flower #B3DCBA

Tints of Fringy Flower #B3DCBA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.61%

 BLUE value IS 186 (73.05% from 255) = 31.79%

R = 30.6%
G = 37.61%
B = 31.79%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#B3DCBA (or 0xB3DCBA) is known color: Fringy Flower. HEX triplet: B3, DC and BA. RGB value is (179,220,186). Sum of RGB (Red+Green+Blue) = 179+220+186=585 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.60% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 220 - color contains mainly: green. Hex color #B3DCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DCBA is #4C2345. Grayscale: #CBCBCB. Windows color (decimal): -4989766 or 12246195. OLE color: 12246195.

HSL color Cylindrical-coordinate representation of color #B3DCBA: hue angle of 130.24º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3DCBA is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 220 186 -
CMYK 0.19 0 0.15 0.14
HSL 130.24º 0.37% 0.78% -
HSV(B) 130.24º 0.19% 0.86% -
XYZ 53.05 64.32 56.07 -
YUV 203.87 117.92 110.26 -
System Red Green Blue C M Y K H S L
Decimal 179 220 186 0.19 0 0.15 0.14 130.24 0.37 0.78
Hex B3 DC BA 13 0 F E 82 25 4E
Octal 263 334 272 23 0 17 16 202 45 116
Binary 10110011 11011100 10111010 10011 0 1111 1110 10000010 100101 1001110

Color Harmonies of #B3DCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DCBA

Black with #B3DCBA

Text Example


Text Example

White with #B3DCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DCBA; }

 p { color: rgb(179,220,186); }

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

background-color css

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

 a { background-color: rgb(179,220,186); }

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

border-color css

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

 span { border-color: rgb(179,220,186); }

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