Html Css Color HEX #B0DCC1 Fringy Flower

📋 copy color: '#B0DCC1'

red 176 ◦ green 220 ◦ blue 193

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

Shades of Fringy Flower #B0DCC1

Tints of Fringy Flower #B0DCC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 32.77%

R = 29.88%
G = 37.35%
B = 32.77%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#B0DCC1 (or 0xB0DCC1) is known color: Fringy Flower. HEX triplet: B0, DC and C1. RGB value is (176,220,193). Sum of RGB (Red+Green+Blue) = 176+220+193=589 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.88% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 193 (75.78% from 255 or 32.77% from 589); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DCC1 is #4F233E. Grayscale: #CBCBCB. Windows color (decimal): -5186367 or 12704944. OLE color: 12704944.

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

Color convert

RGB 176 220 193 -
CMYK 0.2 0 0.12 0.14
HSL 143.18º 0.39% 0.78% -
HSV(B) 143.18º 0.2% 0.86% -
XYZ 53.12 64.27 60.06 -
YUV 203.77 121.92 108.2 -
System Red Green Blue C M Y K H S L
Decimal 176 220 193 0.2 0 0.12 0.14 143.18 0.39 0.78
Hex B0 DC C1 14 0 C E 8F 27 4E
Octal 260 334 301 24 0 14 16 217 47 116
Binary 10110000 11011100 11000001 10100 0 1100 1110 10001111 100111 1001110

Color Harmonies of #B0DCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DCC1

Black with #B0DCC1

Text Example


Text Example

White with #B0DCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DCC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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