Html Css Color HEX #B8DCC1 Fringy Flower

📋 copy color: '#B8DCC1'

red 184 ◦ green 220 ◦ blue 193

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

Shades of Fringy Flower #B8DCC1

Tints of Fringy Flower #B8DCC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 32.33%

R = 30.82%
G = 36.85%
B = 32.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#B8DCC1 (or 0xB8DCC1) is known color: Fringy Flower. HEX triplet: B8, DC and C1. RGB value is (184,220,193). Sum of RGB (Red+Green+Blue) = 184+220+193=597 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.82% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 193 (75.78% from 255 or 32.33% from 597); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DCC1 is #47233E. Grayscale: #CECECE. Windows color (decimal): -4662079 or 12704952. OLE color: 12704952.

HSL color Cylindrical-coordinate representation of color #B8DCC1: hue angle of 135º 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 #B8DCC1 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 220 193 -
CMYK 0.16 0 0.12 0.14
HSL 135º 0.34% 0.79% -
HSV(B) 135º 0.16% 0.86% -
XYZ 54.99 65.23 60.14 -
YUV 206.16 120.57 112.2 -
System Red Green Blue C M Y K H S L
Decimal 184 220 193 0.16 0 0.12 0.14 135 0.34 0.79
Hex B8 DC C1 10 0 C E 87 22 4F
Octal 270 334 301 20 0 14 16 207 42 117
Binary 10111000 11011100 11000001 10000 0 1100 1110 10000111 100010 1001111

Color Harmonies of #B8DCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DCC1

Black with #B8DCC1

Text Example


Text Example

White with #B8DCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DCC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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