Html Css Color HEX #B7DDC0 Fringy Flower

📋 copy color: '#B7DDC0'

red 183 ◦ green 221 ◦ blue 192

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

Shades of Fringy Flower #B7DDC0

Tints of Fringy Flower #B7DDC0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.08%

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

R = 30.7%
G = 37.08%
B = 32.21%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#B7DDC0 (or 0xB7DDC0) is known color: Fringy Flower. HEX triplet: B7, DD and C0. RGB value is (183,221,192). Sum of RGB (Red+Green+Blue) = 183+221+192=596 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.70% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 192 (75.39% from 255 or 32.21% from 596); Max value from RGB is 221 - color contains mainly: green. Hex color #B7DDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DDC0 is #48223F. Grayscale: #CECECE. Windows color (decimal): -4727360 or 12639671. OLE color: 12639671.

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

Color convert

RGB 183 221 192 -
CMYK 0.17 0 0.13 0.13
HSL 134.21º 0.36% 0.79% -
HSV(B) 134.21º 0.17% 0.87% -
XYZ 54.9 65.59 59.64 -
YUV 206.33 119.91 111.36 -
System Red Green Blue C M Y K H S L
Decimal 183 221 192 0.17 0 0.13 0.13 134.21 0.36 0.79
Hex B7 DD C0 11 0 D D 86 24 4F
Octal 267 335 300 21 0 15 15 206 44 117
Binary 10110111 11011101 11000000 10001 0 1101 1101 10000110 100100 1001111

Color Harmonies of #B7DDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DDC0

Black with #B7DDC0

Text Example


Text Example

White with #B7DDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DDC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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