Html Css Color HEX #B3DBB8 Fringy Flower

📋 copy color: '#B3DBB8'

red 179 ◦ green 219 ◦ blue 184

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

Shades of Fringy Flower #B3DBB8

Tints of Fringy Flower #B3DBB8

RGB

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

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

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

R = 30.76%
G = 37.63%
B = 31.62%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#B3DBB8 (or 0xB3DBB8) is known color: Fringy Flower. HEX triplet: B3, DB and B8. RGB value is (179,219,184). Sum of RGB (Red+Green+Blue) = 179+219+184=582 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.76% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 184 (72.27% from 255 or 31.62% from 582); Max value from RGB is 219 - color contains mainly: green. Hex color #B3DBB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DBB8 is #4C2447. Grayscale: #CBCBCB. Windows color (decimal): -4990024 or 12114867. OLE color: 12114867.

HSL color Cylindrical-coordinate representation of color #B3DBB8: hue angle of 127.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 #B3DBB8 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 219 184 -
CMYK 0.18 0 0.16 0.14
HSL 127.5º 0.36% 0.78% -
HSV(B) 127.5º 0.18% 0.86% -
XYZ 52.57 63.71 54.87 -
YUV 203.05 117.25 110.85 -
System Red Green Blue C M Y K H S L
Decimal 179 219 184 0.18 0 0.16 0.14 127.5 0.36 0.78
Hex B3 DB B8 12 0 10 E 80 24 4E
Octal 263 333 270 22 0 20 16 200 44 116
Binary 10110011 11011011 10111000 10010 0 10000 1110 10000000 100100 1001110

Color Harmonies of #B3DBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DBB8

Black with #B3DBB8

Text Example


Text Example

White with #B3DBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DBB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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