Html Css Color HEX #B3DBC2 Fringy Flower

📋 copy color: '#B3DBC2'

red 179 ◦ green 219 ◦ blue 194

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

Shades of Fringy Flower #B3DBC2

Tints of Fringy Flower #B3DBC2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.99%

 BLUE value IS 194 (76.17% from 255) = 32.77%

R = 30.24%
G = 36.99%
B = 32.77%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#B3DBC2 (or 0xB3DBC2) is known color: Fringy Flower. HEX triplet: B3, DB and C2. RGB value is (179,219,194). Sum of RGB (Red+Green+Blue) = 179+219+194=592 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.24% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 194 (76.17% from 255 or 32.77% from 592); Max value from RGB is 219 - color contains mainly: green. Hex color #B3DBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DBC2 is #4C243D. Grayscale: #CCCCCC. Windows color (decimal): -4990014 or 12770227. OLE color: 12770227.

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

Color convert

RGB 179 219 194 -
CMYK 0.18 0 0.11 0.14
HSL 142.5º 0.36% 0.78% -
HSV(B) 142.5º 0.18% 0.86% -
XYZ 53.66 64.14 60.59 -
YUV 204.19 122.25 110.03 -
System Red Green Blue C M Y K H S L
Decimal 179 219 194 0.18 0 0.11 0.14 142.5 0.36 0.78
Hex B3 DB C2 12 0 B E 8E 24 4E
Octal 263 333 302 22 0 13 16 216 44 116
Binary 10110011 11011011 11000010 10010 0 1011 1110 10001110 100100 1001110

Color Harmonies of #B3DBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DBC2

Black with #B3DBC2

Text Example


Text Example

White with #B3DBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DBC2; }

 p { color: rgb(179,219,194); }

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

background-color css

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

 a { background-color: rgb(179,219,194); }

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

border-color css

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

 span { border-color: rgb(179,219,194); }

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