Html Css Color HEX #B8DCBF Fringy Flower

📋 copy color: '#B8DCBF'

red 184 ◦ green 220 ◦ blue 191

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

Shades of Fringy Flower #B8DCBF

Tints of Fringy Flower #B8DCBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 32.1%

R = 30.92%
G = 36.97%
B = 32.1%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#B8DCBF (or 0xB8DCBF) is known color: Fringy Flower. HEX triplet: B8, DC and BF. RGB value is (184,220,191). Sum of RGB (Red+Green+Blue) = 184+220+191=595 (78% of max value = 765). Red value is 184 (72.27% from 255 or 30.92% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DCBF is #472340. Grayscale: #CECECE. Windows color (decimal): -4662081 or 12573880. OLE color: 12573880.

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

Color convert

RGB 184 220 191 -
CMYK 0.16 0 0.13 0.14
HSL 131.67º 0.34% 0.79% -
HSV(B) 131.67º 0.16% 0.86% -
XYZ 54.76 65.14 58.98 -
YUV 205.93 119.57 112.36 -
System Red Green Blue C M Y K H S L
Decimal 184 220 191 0.16 0 0.13 0.14 131.67 0.34 0.79
Hex B8 DC BF 10 0 D E 84 22 4F
Octal 270 334 277 20 0 15 16 204 42 117
Binary 10111000 11011100 10111111 10000 0 1101 1110 10000100 100010 1001111

Color Harmonies of #B8DCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DCBF

Black with #B8DCBF

Text Example


Text Example

White with #B8DCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DCBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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