Html Css Color HEX #B4DDB6 Fringy Flower

📋 copy color: '#B4DDB6'

red 180 ◦ green 221 ◦ blue 182

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

Shades of Fringy Flower #B4DDB6

Tints of Fringy Flower #B4DDB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 31.22%

R = 30.87%
G = 37.91%
B = 31.22%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#B4DDB6 (or 0xB4DDB6) is known color: Fringy Flower. HEX triplet: B4, DD and B6. RGB value is (180,221,182). Sum of RGB (Red+Green+Blue) = 180+221+182=583 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.87% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 182 (71.48% from 255 or 31.22% from 583); Max value from RGB is 221 - color contains mainly: green. Hex color #B4DDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DDB6 is #4B2249. Grayscale: #CCCCCC. Windows color (decimal): -4923978 or 11984308. OLE color: 11984308.

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

Color convert

RGB 180 221 182 -
CMYK 0.19 0 0.18 0.13
HSL 122.93º 0.38% 0.79% -
HSV(B) 122.93º 0.19% 0.87% -
XYZ 53.12 64.79 53.96 -
YUV 204.3 115.42 110.67 -
System Red Green Blue C M Y K H S L
Decimal 180 221 182 0.19 0 0.18 0.13 122.93 0.38 0.79
Hex B4 DD B6 13 0 12 D 7B 26 4F
Octal 264 335 266 23 0 22 15 173 46 117
Binary 10110100 11011101 10110110 10011 0 10010 1101 1111011 100110 1001111

Color Harmonies of #B4DDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DDB6

Black with #B4DDB6

Text Example


Text Example

White with #B4DDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DDB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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