Html Css Color HEX #B0DCBD Fringy Flower

📋 copy color: '#B0DCBD'

red 176 ◦ green 220 ◦ blue 189

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

Shades of Fringy Flower #B0DCBD

Tints of Fringy Flower #B0DCBD

RGB

 RED value IS 176 (69.14% from 255) = 30.09%

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

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

R = 30.09%
G = 37.61%
B = 32.31%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#B0DCBD (or 0xB0DCBD) is known color: Fringy Flower. HEX triplet: B0, DC and BD. RGB value is (176,220,189). Sum of RGB (Red+Green+Blue) = 176+220+189=585 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.09% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DCBD is #4F2342. Grayscale: #CBCBCB. Windows color (decimal): -5186371 or 12442800. OLE color: 12442800.

HSL color Cylindrical-coordinate representation of color #B0DCBD: hue angle of 137.73º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0DCBD is Cyan = 0.2, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 220 189 -
CMYK 0.2 0 0.14 0.14
HSL 137.73º 0.39% 0.78% -
HSV(B) 137.73º 0.2% 0.86% -
XYZ 52.68 64.09 57.74 -
YUV 203.31 119.92 108.52 -
System Red Green Blue C M Y K H S L
Decimal 176 220 189 0.2 0 0.14 0.14 137.73 0.39 0.78
Hex B0 DC BD 14 0 E E 8A 27 4E
Octal 260 334 275 24 0 16 16 212 47 116
Binary 10110000 11011100 10111101 10100 0 1110 1110 10001010 100111 1001110

Color Harmonies of #B0DCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DCBD

Black with #B0DCBD

Text Example


Text Example

White with #B0DCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DCBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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