Html Css Color HEX #B0DDC3 Fringy Flower

📋 copy color: '#B0DDC3'

red 176 ◦ green 221 ◦ blue 195

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

Shades of Fringy Flower #B0DDC3

Tints of Fringy Flower #B0DDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 32.94%

R = 29.73%
G = 37.33%
B = 32.94%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#B0DDC3 (or 0xB0DDC3) is known color: Fringy Flower. HEX triplet: B0, DD and C3. RGB value is (176,221,195). Sum of RGB (Red+Green+Blue) = 176+221+195=592 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.73% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 195 (76.56% from 255 or 32.94% from 592); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DDC3 is #4F223C. Grayscale: #CCCCCC. Windows color (decimal): -5186109 or 12836272. OLE color: 12836272.

HSL color Cylindrical-coordinate representation of color #B0DDC3: hue angle of 145.33º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0DDC3 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 221 195 -
CMYK 0.20 0 0.12 0.13
HSL 145.33º 0.4% 0.78% -
HSV(B) 145.33º 0.2% 0.87% -
XYZ 53.61 64.88 61.33 -
YUV 204.58 122.59 107.61 -
System Red Green Blue C M Y K H S L
Decimal 176 221 195 0.20 0 0.12 0.13 145.33 0.4 0.78
Hex B0 DD C3 14 0 C D 91 28 4E
Octal 260 335 303 24 0 14 15 221 50 116
Binary 10110000 11011101 11000011 10100 0 1100 1101 10010001 101000 1001110

Color Harmonies of #B0DDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DDC3

Black with #B0DDC3

Text Example


Text Example

White with #B0DDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DDC3; }

 p { color: rgb(176,221,195); }

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

background-color css

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

 a { background-color: rgb(176,221,195); }

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

border-color css

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

 span { border-color: rgb(176,221,195); }

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