Html Css Color HEX #B8DCBD Fringy Flower

📋 copy color: '#B8DCBD'

red 184 ◦ green 220 ◦ blue 189

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

Shades of Fringy Flower #B8DCBD

Tints of Fringy Flower #B8DCBD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.1%

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

R = 31.03%
G = 37.1%
B = 31.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#B8DCBD (or 0xB8DCBD) is known color: Fringy Flower. HEX triplet: B8, DC and BD. RGB value is (184,220,189). Sum of RGB (Red+Green+Blue) = 184+220+189=593 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.03% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DCBD is #472342. Grayscale: #CDCDCD. Windows color (decimal): -4662083 or 12442808. OLE color: 12442808.

HSL color Cylindrical-coordinate representation of color #B8DCBD: hue angle of 128.33º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8DCBD is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 220 189 -
CMYK 0.16 0 0.14 0.14
HSL 128.33º 0.34% 0.79% -
HSV(B) 128.33º 0.16% 0.86% -
XYZ 54.55 65.05 57.83 -
YUV 205.7 118.57 112.52 -
System Red Green Blue C M Y K H S L
Decimal 184 220 189 0.16 0 0.14 0.14 128.33 0.34 0.79
Hex B8 DC BD 10 0 E E 80 22 4F
Octal 270 334 275 20 0 16 16 200 42 117
Binary 10111000 11011100 10111101 10000 0 1110 1110 10000000 100010 1001111

Color Harmonies of #B8DCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DCBD

Black with #B8DCBD

Text Example


Text Example

White with #B8DCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DCBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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