Html Css Color HEX #B8DFBA Fringy Flower

📋 copy color: '#B8DFBA'

red 184 ◦ green 223 ◦ blue 186

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

Shades of Fringy Flower #B8DFBA

Tints of Fringy Flower #B8DFBA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.61%

 BLUE value IS 186 (73.05% from 255) = 31.37%

R = 31.03%
G = 37.61%
B = 31.37%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#B8DFBA (or 0xB8DFBA) is known color: Fringy Flower. HEX triplet: B8, DF and BA. RGB value is (184,223,186). Sum of RGB (Red+Green+Blue) = 184+223+186=593 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.03% from 593); Green value is 223 (87.5% from 255 or 37.61% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 223 - color contains mainly: green. Hex color #B8DFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DFBA is #472045. Grayscale: #CFCFCF. Windows color (decimal): -4661318 or 12246968. OLE color: 12246968.

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

Color convert

RGB 184 223 186 -
CMYK 0.17 0 0.17 0.13
HSL 123.08º 0.38% 0.8% -
HSV(B) 123.08º 0.17% 0.87% -
XYZ 55.02 66.51 56.39 -
YUV 207.12 116.08 111.51 -
System Red Green Blue C M Y K H S L
Decimal 184 223 186 0.17 0 0.17 0.13 123.08 0.38 0.8
Hex B8 DF BA 11 0 11 D 7B 26 50
Octal 270 337 272 21 0 21 15 173 46 120
Binary 10111000 11011111 10111010 10001 0 10001 1101 1111011 100110 1010000

Color Harmonies of #B8DFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DFBA

Black with #B8DFBA

Text Example


Text Example

White with #B8DFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DFBA; }

 p { color: rgb(184,223,186); }

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

background-color css

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

 a { background-color: rgb(184,223,186); }

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

border-color css

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

 span { border-color: rgb(184,223,186); }

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