Html Css Color HEX #B7DBC0 Fringy Flower

📋 copy color: '#B7DBC0'

red 183 ◦ green 219 ◦ blue 192

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

Shades of Fringy Flower #B7DBC0

Tints of Fringy Flower #B7DBC0

RGB

 RED value IS 183 (71.88% from 255) = 30.81%

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

 BLUE value IS 192 (75.39% from 255) = 32.32%

R = 30.81%
G = 36.87%
B = 32.32%

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

#B7DBC0 (or 0xB7DBC0) is known color: Fringy Flower. HEX triplet: B7, DB and C0. RGB value is (183,219,192). Sum of RGB (Red+Green+Blue) = 183+219+192=594 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.81% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 192 (75.39% from 255 or 32.32% from 594); Max value from RGB is 219 - color contains mainly: green. Hex color #B7DBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DBC0 is #48243F. Grayscale: #CDCDCD. Windows color (decimal): -4727872 or 12639159. OLE color: 12639159.

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

Color convert

RGB 183 219 192 -
CMYK 0.16 0 0.12 0.14
HSL 135º 0.33% 0.79% -
HSV(B) 135º 0.16% 0.86% -
XYZ 54.37 64.54 59.46 -
YUV 205.16 120.57 112.2 -
System Red Green Blue C M Y K H S L
Decimal 183 219 192 0.16 0 0.12 0.14 135 0.33 0.79
Hex B7 DB C0 10 0 C E 87 21 4F
Octal 267 333 300 20 0 14 16 207 41 117
Binary 10110111 11011011 11000000 10000 0 1100 1110 10000111 100001 1001111

Color Harmonies of #B7DBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DBC0

Black with #B7DBC0

Text Example


Text Example

White with #B7DBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DBC0; }

 p { color: rgb(183,219,192); }

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

background-color css

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

 a { background-color: rgb(183,219,192); }

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

border-color css

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

 span { border-color: rgb(183,219,192); }

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