Html Css Color HEX #B3DDBC Fringy Flower

📋 copy color: '#B3DDBC'

red 179 ◦ green 221 ◦ blue 188

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

Shades of Fringy Flower #B3DDBC

Tints of Fringy Flower #B3DDBC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.59%

 BLUE value IS 188 (73.83% from 255) = 31.97%

R = 30.44%
G = 37.59%
B = 31.97%

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

#B3DDBC (or 0xB3DDBC) is known color: Fringy Flower. HEX triplet: B3, DD and BC. RGB value is (179,221,188). Sum of RGB (Red+Green+Blue) = 179+221+188=588 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.44% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 221 - color contains mainly: green. Hex color #B3DDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DDBC is #4C2243. Grayscale: #CCCCCC. Windows color (decimal): -4989508 or 12377523. OLE color: 12377523.

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

Color convert

RGB 179 221 188 -
CMYK 0.19 0 0.15 0.13
HSL 132.86º 0.38% 0.78% -
HSV(B) 132.86º 0.19% 0.87% -
XYZ 53.52 64.93 57.29 -
YUV 204.68 118.59 109.68 -
System Red Green Blue C M Y K H S L
Decimal 179 221 188 0.19 0 0.15 0.13 132.86 0.38 0.78
Hex B3 DD BC 13 0 F D 85 26 4E
Octal 263 335 274 23 0 17 15 205 46 116
Binary 10110011 11011101 10111100 10011 0 1111 1101 10000101 100110 1001110

Color Harmonies of #B3DDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DDBC

Black with #B3DDBC

Text Example


Text Example

White with #B3DDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DDBC; }

 p { color: rgb(179,221,188); }

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

background-color css

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

 a { background-color: rgb(179,221,188); }

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

border-color css

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

 span { border-color: rgb(179,221,188); }

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