Html Css Color HEX #B8DBBE Fringy Flower

📋 copy color: '#B8DBBE'

red 184 ◦ green 219 ◦ blue 190

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

Shades of Fringy Flower #B8DBBE

Tints of Fringy Flower #B8DBBE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.93%

 BLUE value IS 190 (74.61% from 255) = 32.04%

R = 31.03%
G = 36.93%
B = 32.04%

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

#B8DBBE (or 0xB8DBBE) is known color: Fringy Flower. HEX triplet: B8, DB and BE. RGB value is (184,219,190). Sum of RGB (Red+Green+Blue) = 184+219+190=593 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.03% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 190 (74.61% from 255 or 32.04% from 593); Max value from RGB is 219 - color contains mainly: green. Hex color #B8DBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DBBE is #472441. Grayscale: #CDCDCD. Windows color (decimal): -4662338 or 12508088. OLE color: 12508088.

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

Color convert

RGB 184 219 190 -
CMYK 0.16 0 0.13 0.14
HSL 130.29º 0.33% 0.79% -
HSV(B) 130.29º 0.16% 0.86% -
XYZ 54.39 64.57 58.31 -
YUV 205.23 119.4 112.86 -
System Red Green Blue C M Y K H S L
Decimal 184 219 190 0.16 0 0.13 0.14 130.29 0.33 0.79
Hex B8 DB BE 10 0 D E 82 21 4F
Octal 270 333 276 20 0 15 16 202 41 117
Binary 10111000 11011011 10111110 10000 0 1101 1110 10000010 100001 1001111

Color Harmonies of #B8DBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DBBE

Black with #B8DBBE

Text Example


Text Example

White with #B8DBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DBBE; }

 p { color: rgb(184,219,190); }

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

background-color css

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

 a { background-color: rgb(184,219,190); }

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

border-color css

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

 span { border-color: rgb(184,219,190); }

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