Html Css Color HEX #B0DAB8 Fringy Flower

📋 copy color: '#B0DAB8'

red 176 ◦ green 218 ◦ blue 184

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

Shades of Fringy Flower #B0DAB8

Tints of Fringy Flower #B0DAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 31.83%

R = 30.45%
G = 37.72%
B = 31.83%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#B0DAB8 (or 0xB0DAB8) is known color: Fringy Flower. HEX triplet: B0, DA and B8. RGB value is (176,218,184). Sum of RGB (Red+Green+Blue) = 176+218+184=578 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.45% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 184 (72.27% from 255 or 31.83% from 578); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DAB8 is #4F2547. Grayscale: #C9C9C9. Windows color (decimal): -5186888 or 12114608. OLE color: 12114608.

HSL color Cylindrical-coordinate representation of color #B0DAB8: hue angle of 131.43º 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 #B0DAB8 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 218 184 -
CMYK 0.19 0 0.16 0.15
HSL 131.43º 0.36% 0.77% -
HSV(B) 131.43º 0.19% 0.85% -
XYZ 51.63 62.83 54.75 -
YUV 201.57 118.09 109.76 -
System Red Green Blue C M Y K H S L
Decimal 176 218 184 0.19 0 0.16 0.15 131.43 0.36 0.77
Hex B0 DA B8 13 0 10 F 83 24 4D
Octal 260 332 270 23 0 20 17 203 44 115
Binary 10110000 11011010 10111000 10011 0 10000 1111 10000011 100100 1001101

Color Harmonies of #B0DAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DAB8

Black with #B0DAB8

Text Example


Text Example

White with #B0DAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DAB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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