Html Css Color HEX #B4DCBF Fringy Flower

📋 copy color: '#B4DCBF'

red 180 ◦ green 220 ◦ blue 191

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

Shades of Fringy Flower #B4DCBF

Tints of Fringy Flower #B4DCBF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.23%

 BLUE value IS 191 (75% from 255) = 32.32%

R = 30.46%
G = 37.23%
B = 32.32%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#B4DCBF (or 0xB4DCBF) is known color: Fringy Flower. HEX triplet: B4, DC and BF. RGB value is (180,220,191). Sum of RGB (Red+Green+Blue) = 180+220+191=591 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.46% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 191 (75% from 255 or 32.32% from 591); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DCBF is #4B2340. Grayscale: #CCCCCC. Windows color (decimal): -4924225 or 12573876. OLE color: 12573876.

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

Color convert

RGB 180 220 191 -
CMYK 0.18 0 0.13 0.14
HSL 136.5º 0.36% 0.78% -
HSV(B) 136.5º 0.18% 0.86% -
XYZ 53.82 64.65 58.93 -
YUV 204.73 120.25 110.36 -
System Red Green Blue C M Y K H S L
Decimal 180 220 191 0.18 0 0.13 0.14 136.5 0.36 0.78
Hex B4 DC BF 12 0 D E 88 24 4E
Octal 264 334 277 22 0 15 16 210 44 116
Binary 10110100 11011100 10111111 10010 0 1101 1110 10001000 100100 1001110

Color Harmonies of #B4DCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DCBF

Black with #B4DCBF

Text Example


Text Example

White with #B4DCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DCBF; }

 p { color: rgb(180,220,191); }

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

background-color css

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

 a { background-color: rgb(180,220,191); }

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

border-color css

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

 span { border-color: rgb(180,220,191); }

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