Html Css Color HEX #B7DCC0 Fringy Flower

📋 copy color: '#B7DCC0'

red 183 ◦ green 220 ◦ blue 192

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

Shades of Fringy Flower #B7DCC0

Tints of Fringy Flower #B7DCC0

RGB

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

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

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

R = 30.76%
G = 36.97%
B = 32.27%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#B7DCC0 (or 0xB7DCC0) is known color: Fringy Flower. HEX triplet: B7, DC and C0. RGB value is (183,220,192). Sum of RGB (Red+Green+Blue) = 183+220+192=595 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.76% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 192 (75.39% from 255 or 32.27% from 595); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DCC0 is #48233F. Grayscale: #CDCDCD. Windows color (decimal): -4727616 or 12639415. OLE color: 12639415.

HSL color Cylindrical-coordinate representation of color #B7DCC0: hue angle of 134.59º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7DCC0 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 220 192 -
CMYK 0.17 0 0.13 0.14
HSL 134.59º 0.35% 0.79% -
HSV(B) 134.59º 0.17% 0.86% -
XYZ 54.64 65.06 59.55 -
YUV 205.75 120.24 111.78 -
System Red Green Blue C M Y K H S L
Decimal 183 220 192 0.17 0 0.13 0.14 134.59 0.35 0.79
Hex B7 DC C0 11 0 D E 87 23 4F
Octal 267 334 300 21 0 15 16 207 43 117
Binary 10110111 11011100 11000000 10001 0 1101 1110 10000111 100011 1001111

Color Harmonies of #B7DCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DCC0

Black with #B7DCC0

Text Example


Text Example

White with #B7DCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DCC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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