Html Css Color HEX #B0DAB6 Fringy Flower

📋 copy color: '#B0DAB6'

red 176 ◦ green 218 ◦ blue 182

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

Shades of Fringy Flower #B0DAB6

Tints of Fringy Flower #B0DAB6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.85%

 BLUE value IS 182 (71.48% from 255) = 31.6%

R = 30.56%
G = 37.85%
B = 31.6%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#B0DAB6 (or 0xB0DAB6) is known color: Fringy Flower. HEX triplet: B0, DA and B6. RGB value is (176,218,182). Sum of RGB (Red+Green+Blue) = 176+218+182=576 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.56% from 576); Green value is 218 (85.55% from 255 or 37.85% from 576); Blue value is 182 (71.48% from 255 or 31.60% from 576); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DAB6 is #4F2549. Grayscale: #C9C9C9. Windows color (decimal): -5186890 or 11983536. OLE color: 11983536.

HSL color Cylindrical-coordinate representation of color #B0DAB6: hue angle of 128.57º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0DAB6 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 218 182 -
CMYK 0.19 0 0.17 0.15
HSL 128.57º 0.36% 0.77% -
HSV(B) 128.57º 0.19% 0.85% -
XYZ 51.42 62.75 53.66 -
YUV 201.34 117.09 109.93 -
System Red Green Blue C M Y K H S L
Decimal 176 218 182 0.19 0 0.17 0.15 128.57 0.36 0.77
Hex B0 DA B6 13 0 11 F 81 24 4D
Octal 260 332 266 23 0 21 17 201 44 115
Binary 10110000 11011010 10110110 10011 0 10001 1111 10000001 100100 1001101

Color Harmonies of #B0DAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DAB6

Black with #B0DAB6

Text Example


Text Example

White with #B0DAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DAB6; }

 p { color: rgb(176,218,182); }

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

background-color css

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

 a { background-color: rgb(176,218,182); }

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

border-color css

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

 span { border-color: rgb(176,218,182); }

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