Html Css Color HEX #B5DBBC Fringy Flower

📋 copy color: '#B5DBBC'

red 181 ◦ green 219 ◦ blue 188

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

Shades of Fringy Flower #B5DBBC

Tints of Fringy Flower #B5DBBC

RGB

 RED value IS 181 (71.09% from 255) = 30.78%

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

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

R = 30.78%
G = 37.24%
B = 31.97%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#B5DBBC (or 0xB5DBBC) is known color: Fringy Flower. HEX triplet: B5, DB and BC. RGB value is (181,219,188). Sum of RGB (Red+Green+Blue) = 181+219+188=588 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.78% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DBBC is #4A2443. Grayscale: #CCCCCC. Windows color (decimal): -4858948 or 12377013. OLE color: 12377013.

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

Color convert

RGB 181 219 188 -
CMYK 0.17 0 0.14 0.14
HSL 131.05º 0.35% 0.78% -
HSV(B) 131.05º 0.17% 0.86% -
XYZ 53.46 64.12 57.14 -
YUV 204.1 118.91 111.52 -
System Red Green Blue C M Y K H S L
Decimal 181 219 188 0.17 0 0.14 0.14 131.05 0.35 0.78
Hex B5 DB BC 11 0 E E 83 23 4E
Octal 265 333 274 21 0 16 16 203 43 116
Binary 10110101 11011011 10111100 10001 0 1110 1110 10000011 100011 1001110

Color Harmonies of #B5DBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DBBC

Black with #B5DBBC

Text Example


Text Example

White with #B5DBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DBBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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