Html Css Color HEX #B0DABB Fringy Flower

📋 copy color: '#B0DABB'

red 176 ◦ green 218 ◦ blue 187

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

Shades of Fringy Flower #B0DABB

Tints of Fringy Flower #B0DABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.19%

R = 30.29%
G = 37.52%
B = 32.19%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#B0DABB (or 0xB0DABB) is known color: Fringy Flower. HEX triplet: B0, DA and BB. RGB value is (176,218,187). Sum of RGB (Red+Green+Blue) = 176+218+187=581 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.29% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DABB is #4F2544. Grayscale: #C9C9C9. Windows color (decimal): -5186885 or 12311216. OLE color: 12311216.

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

Color convert

RGB 176 218 187 -
CMYK 0.19 0 0.14 0.15
HSL 135.71º 0.36% 0.77% -
HSV(B) 135.71º 0.19% 0.85% -
XYZ 51.95 62.96 56.43 -
YUV 201.91 119.59 109.52 -
System Red Green Blue C M Y K H S L
Decimal 176 218 187 0.19 0 0.14 0.15 135.71 0.36 0.77
Hex B0 DA BB 13 0 E F 88 24 4D
Octal 260 332 273 23 0 16 17 210 44 115
Binary 10110000 11011010 10111011 10011 0 1110 1111 10001000 100100 1001101

Color Harmonies of #B0DABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DABB

Black with #B0DABB

Text Example


Text Example

White with #B0DABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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