Html Css Color HEX #B3DEBD Fringy Flower

📋 copy color: '#B3DEBD'

red 179 ◦ green 222 ◦ blue 189

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

Shades of Fringy Flower #B3DEBD

Tints of Fringy Flower #B3DEBD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.63%

 BLUE value IS 189 (74.22% from 255) = 32.03%

R = 30.34%
G = 37.63%
B = 32.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#B3DEBD (or 0xB3DEBD) is known color: Fringy Flower. HEX triplet: B3, DE and BD. RGB value is (179,222,189). Sum of RGB (Red+Green+Blue) = 179+222+189=590 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.34% from 590); Green value is 222 (87.11% from 255 or 37.63% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 222 - color contains mainly: green. Hex color #B3DEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DEBD is #4C2142. Grayscale: #CDCDCD. Windows color (decimal): -4989251 or 12443315. OLE color: 12443315.

HSL color Cylindrical-coordinate representation of color #B3DEBD: hue angle of 133.95º degrees, saturation: 0.39, 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 #B3DEBD is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 222 189 -
CMYK 0.19 0 0.15 0.13
HSL 133.95º 0.39% 0.79% -
HSV(B) 133.95º 0.19% 0.87% -
XYZ 53.9 65.5 57.95 -
YUV 205.38 118.75 109.18 -
System Red Green Blue C M Y K H S L
Decimal 179 222 189 0.19 0 0.15 0.13 133.95 0.39 0.79
Hex B3 DE BD 13 0 F D 86 27 4F
Octal 263 336 275 23 0 17 15 206 47 117
Binary 10110011 11011110 10111101 10011 0 1111 1101 10000110 100111 1001111

Color Harmonies of #B3DEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DEBD

Black with #B3DEBD

Text Example


Text Example

White with #B3DEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DEBD; }

 p { color: rgb(179,222,189); }

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

background-color css

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

 a { background-color: rgb(179,222,189); }

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

border-color css

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

 span { border-color: rgb(179,222,189); }

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