Html Css Color HEX #B7DCBD Fringy Flower

📋 copy color: '#B7DCBD'

red 183 ◦ green 220 ◦ blue 189

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

Shades of Fringy Flower #B7DCBD

Tints of Fringy Flower #B7DCBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.93%

R = 30.91%
G = 37.16%
B = 31.93%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#B7DCBD (or 0xB7DCBD) is known color: Fringy Flower. HEX triplet: B7, DC and BD. RGB value is (183,220,189). Sum of RGB (Red+Green+Blue) = 183+220+189=592 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.91% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DCBD is #482342. Grayscale: #CDCDCD. Windows color (decimal): -4727619 or 12442807. OLE color: 12442807.

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

Color convert

RGB 183 220 189 -
CMYK 0.17 0 0.14 0.14
HSL 129.73º 0.35% 0.79% -
HSV(B) 129.73º 0.17% 0.86% -
XYZ 54.31 64.93 57.81 -
YUV 205.4 118.74 112.02 -
System Red Green Blue C M Y K H S L
Decimal 183 220 189 0.17 0 0.14 0.14 129.73 0.35 0.79
Hex B7 DC BD 11 0 E E 82 23 4F
Octal 267 334 275 21 0 16 16 202 43 117
Binary 10110111 11011100 10111101 10001 0 1110 1110 10000010 100011 1001111

Color Harmonies of #B7DCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DCBD

Black with #B7DCBD

Text Example


Text Example

White with #B7DCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DCBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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