Html Css Color HEX #B0DBBC Fringy Flower

📋 copy color: '#B0DBBC'

red 176 ◦ green 219 ◦ blue 188

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

Shades of Fringy Flower #B0DBBC

Tints of Fringy Flower #B0DBBC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.56%

 BLUE value IS 188 (73.83% from 255) = 32.25%

R = 30.19%
G = 37.56%
B = 32.25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#B0DBBC (or 0xB0DBBC) is known color: Fringy Flower. HEX triplet: B0, DB and BC. RGB value is (176,219,188). Sum of RGB (Red+Green+Blue) = 176+219+188=583 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.19% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 188 (73.83% from 255 or 32.25% from 583); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DBBC is #4F2443. Grayscale: #CACACA. Windows color (decimal): -5186628 or 12377008. OLE color: 12377008.

HSL color Cylindrical-coordinate representation of color #B0DBBC: hue angle of 136.74º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0DBBC is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 219 188 -
CMYK 0.20 0 0.14 0.14
HSL 136.74º 0.37% 0.77% -
HSV(B) 136.74º 0.2% 0.86% -
XYZ 52.31 63.52 57.08 -
YUV 202.61 119.75 109.02 -
System Red Green Blue C M Y K H S L
Decimal 176 219 188 0.20 0 0.14 0.14 136.74 0.37 0.77
Hex B0 DB BC 14 0 E E 89 25 4D
Octal 260 333 274 24 0 16 16 211 45 115
Binary 10110000 11011011 10111100 10100 0 1110 1110 10001001 100101 1001101

Color Harmonies of #B0DBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DBBC

Black with #B0DBBC

Text Example


Text Example

White with #B0DBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DBBC; }

 p { color: rgb(176,219,188); }

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

background-color css

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

 a { background-color: rgb(176,219,188); }

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

border-color css

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

 span { border-color: rgb(176,219,188); }

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