Html Css Color HEX #B4DBBB Fringy Flower

📋 copy color: '#B4DBBB'

red 180 ◦ green 219 ◦ blue 187

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

Shades of Fringy Flower #B4DBBB

Tints of Fringy Flower #B4DBBB

RGB

 RED value IS 180 (70.7% from 255) = 30.72%

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

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

R = 30.72%
G = 37.37%
B = 31.91%

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

#B4DBBB (or 0xB4DBBB) is known color: Fringy Flower. HEX triplet: B4, DB and BB. RGB value is (180,219,187). Sum of RGB (Red+Green+Blue) = 180+219+187=586 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.72% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DBBB is #4B2444. Grayscale: #CBCBCB. Windows color (decimal): -4924485 or 12311476. OLE color: 12311476.

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

Color convert

RGB 180 219 187 -
CMYK 0.18 0 0.15 0.14
HSL 130.77º 0.35% 0.78% -
HSV(B) 130.77º 0.18% 0.86% -
XYZ 53.12 63.95 56.56 -
YUV 203.69 118.58 111.1 -
System Red Green Blue C M Y K H S L
Decimal 180 219 187 0.18 0 0.15 0.14 130.77 0.35 0.78
Hex B4 DB BB 12 0 F E 83 23 4E
Octal 264 333 273 22 0 17 16 203 43 116
Binary 10110100 11011011 10111011 10010 0 1111 1110 10000011 100011 1001110

Color Harmonies of #B4DBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DBBB

Black with #B4DBBB

Text Example


Text Example

White with #B4DBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DBBB; }

 p { color: rgb(180,219,187); }

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

background-color css

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

 a { background-color: rgb(180,219,187); }

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

border-color css

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

 span { border-color: rgb(180,219,187); }

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