Html Css Color HEX #B8DEBC Fringy Flower

📋 copy color: '#B8DEBC'

red 184 ◦ green 222 ◦ blue 188

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

Shades of Fringy Flower #B8DEBC

Tints of Fringy Flower #B8DEBC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.37%

 BLUE value IS 188 (73.83% from 255) = 31.65%

R = 30.98%
G = 37.37%
B = 31.65%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#B8DEBC (or 0xB8DEBC) is known color: Fringy Flower. HEX triplet: B8, DE and BC. RGB value is (184,222,188). Sum of RGB (Red+Green+Blue) = 184+222+188=594 (78% of max value = 765). Red value is 184 (72.27% from 255 or 30.98% from 594); Green value is 222 (87.11% from 255 or 37.37% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 222 - color contains mainly: green. Hex color #B8DEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DEBC is #472143. Grayscale: #CECECE. Windows color (decimal): -4661572 or 12377784. OLE color: 12377784.

HSL color Cylindrical-coordinate representation of color #B8DEBC: hue angle of 126.32º degrees, saturation: 0.37, 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 #B8DEBC is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 222 188 -
CMYK 0.17 0 0.15 0.13
HSL 126.32º 0.37% 0.8% -
HSV(B) 126.32º 0.17% 0.87% -
XYZ 54.97 66.06 57.43 -
YUV 206.76 117.41 111.76 -
System Red Green Blue C M Y K H S L
Decimal 184 222 188 0.17 0 0.15 0.13 126.32 0.37 0.8
Hex B8 DE BC 11 0 F D 7E 25 50
Octal 270 336 274 21 0 17 15 176 45 120
Binary 10111000 11011110 10111100 10001 0 1111 1101 1111110 100101 1010000

Color Harmonies of #B8DEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DEBC

Black with #B8DEBC

Text Example


Text Example

White with #B8DEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DEBC; }

 p { color: rgb(184,222,188); }

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

background-color css

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

 a { background-color: rgb(184,222,188); }

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

border-color css

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

 span { border-color: rgb(184,222,188); }

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