Html Css Color HEX #B0DABA Fringy Flower

📋 copy color: '#B0DABA'

red 176 ◦ green 218 ◦ blue 186

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

Shades of Fringy Flower #B0DABA

Tints of Fringy Flower #B0DABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.07%

R = 30.34%
G = 37.59%
B = 32.07%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#B0DABA (or 0xB0DABA) is known color: Fringy Flower. HEX triplet: B0, DA and BA. RGB value is (176,218,186). Sum of RGB (Red+Green+Blue) = 176+218+186=580 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.34% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DABA is #4F2545. Grayscale: #C9C9C9. Windows color (decimal): -5186886 or 12245680. OLE color: 12245680.

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

Color convert

RGB 176 218 186 -
CMYK 0.19 0 0.15 0.15
HSL 134.29º 0.36% 0.77% -
HSV(B) 134.29º 0.19% 0.85% -
XYZ 51.84 62.92 55.87 -
YUV 201.79 119.09 109.6 -
System Red Green Blue C M Y K H S L
Decimal 176 218 186 0.19 0 0.15 0.15 134.29 0.36 0.77
Hex B0 DA BA 13 0 F F 86 24 4D
Octal 260 332 272 23 0 17 17 206 44 115
Binary 10110000 11011010 10111010 10011 0 1111 1111 10000110 100100 1001101

Color Harmonies of #B0DABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DABA

Black with #B0DABA

Text Example


Text Example

White with #B0DABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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