Html Css Color HEX #B3DBBA Fringy Flower

📋 copy color: '#B3DBBA'

red 179 ◦ green 219 ◦ blue 186

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

Shades of Fringy Flower #B3DBBA

Tints of Fringy Flower #B3DBBA

RGB

 RED value IS 179 (70.31% from 255) = 30.65%

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

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

R = 30.65%
G = 37.5%
B = 31.85%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#B3DBBA (or 0xB3DBBA) is known color: Fringy Flower. HEX triplet: B3, DB and BA. RGB value is (179,219,186). Sum of RGB (Red+Green+Blue) = 179+219+186=584 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.65% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 219 - color contains mainly: green. Hex color #B3DBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DBBA is #4C2445. Grayscale: #CBCBCB. Windows color (decimal): -4990022 or 12245939. OLE color: 12245939.

HSL color Cylindrical-coordinate representation of color #B3DBBA: hue angle of 130.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3DBBA is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 219 186 -
CMYK 0.18 0 0.15 0.14
HSL 130.5º 0.36% 0.78% -
HSV(B) 130.5º 0.18% 0.86% -
XYZ 52.78 63.79 55.99 -
YUV 203.28 118.25 110.68 -
System Red Green Blue C M Y K H S L
Decimal 179 219 186 0.18 0 0.15 0.14 130.5 0.36 0.78
Hex B3 DB BA 12 0 F E 82 24 4E
Octal 263 333 272 22 0 17 16 202 44 116
Binary 10110011 11011011 10111010 10010 0 1111 1110 10000010 100100 1001110

Color Harmonies of #B3DBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DBBA

Black with #B3DBBA

Text Example


Text Example

White with #B3DBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DBBA; }

 p { color: rgb(179,219,186); }

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

background-color css

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

 a { background-color: rgb(179,219,186); }

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

border-color css

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

 span { border-color: rgb(179,219,186); }

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