Html Css Color HEX #B4DDBD Fringy Flower

📋 copy color: '#B4DDBD'

red 180 ◦ green 221 ◦ blue 189

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

Shades of Fringy Flower #B4DDBD

Tints of Fringy Flower #B4DDBD

RGB

 RED value IS 180 (70.7% from 255) = 30.51%

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

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

R = 30.51%
G = 37.46%
B = 32.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#B4DDBD (or 0xB4DDBD) is known color: Fringy Flower. HEX triplet: B4, DD and BD. RGB value is (180,221,189). Sum of RGB (Red+Green+Blue) = 180+221+189=590 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.51% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #B4DDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DDBD is #4B2242. Grayscale: #CDCDCD. Windows color (decimal): -4923971 or 12443060. OLE color: 12443060.

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

Color convert

RGB 180 221 189 -
CMYK 0.19 0 0.14 0.13
HSL 133.17º 0.38% 0.79% -
HSV(B) 133.17º 0.19% 0.87% -
XYZ 53.86 65.09 57.87 -
YUV 205.09 118.92 110.1 -
System Red Green Blue C M Y K H S L
Decimal 180 221 189 0.19 0 0.14 0.13 133.17 0.38 0.79
Hex B4 DD BD 13 0 E D 85 26 4F
Octal 264 335 275 23 0 16 15 205 46 117
Binary 10110100 11011101 10111101 10011 0 1110 1101 10000101 100110 1001111

Color Harmonies of #B4DDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DDBD

Black with #B4DDBD

Text Example


Text Example

White with #B4DDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DDBD; }

 p { color: rgb(180,221,189); }

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

background-color css

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

 a { background-color: rgb(180,221,189); }

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

border-color css

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

 span { border-color: rgb(180,221,189); }

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