Html Css Color HEX #B8DDBD Fringy Flower

📋 copy color: '#B8DDBD'

red 184 ◦ green 221 ◦ blue 189

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

Shades of Fringy Flower #B8DDBD

Tints of Fringy Flower #B8DDBD

RGB

 RED value IS 184 (72.27% from 255) = 30.98%

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

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

R = 30.98%
G = 37.21%
B = 31.82%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#B8DDBD (or 0xB8DDBD) is known color: Fringy Flower. HEX triplet: B8, DD and BD. RGB value is (184,221,189). Sum of RGB (Red+Green+Blue) = 184+221+189=594 (78% of max value = 765). Red value is 184 (72.27% from 255 or 30.98% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 189 (74.22% from 255 or 31.82% from 594); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DDBD is #472242. Grayscale: #CECECE. Windows color (decimal): -4661827 or 12443064. OLE color: 12443064.

HSL color Cylindrical-coordinate representation of color #B8DDBD: hue angle of 128.11º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8DDBD is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 221 189 -
CMYK 0.17 0 0.14 0.13
HSL 128.11º 0.35% 0.79% -
HSV(B) 128.11º 0.17% 0.87% -
XYZ 54.81 65.58 57.91 -
YUV 206.29 118.24 112.1 -
System Red Green Blue C M Y K H S L
Decimal 184 221 189 0.17 0 0.14 0.13 128.11 0.35 0.79
Hex B8 DD BD 11 0 E D 80 23 4F
Octal 270 335 275 21 0 16 15 200 43 117
Binary 10111000 11011101 10111101 10001 0 1110 1101 10000000 100011 1001111

Color Harmonies of #B8DDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DDBD

Black with #B8DDBD

Text Example


Text Example

White with #B8DDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DDBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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