Html Css Color HEX #B4DCC0 Fringy Flower

📋 copy color: '#B4DCC0'

red 180 ◦ green 220 ◦ blue 192

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

Shades of Fringy Flower #B4DCC0

Tints of Fringy Flower #B4DCC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 32.43%

R = 30.41%
G = 37.16%
B = 32.43%

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

#B4DCC0 (or 0xB4DCC0) is known color: Fringy Flower. HEX triplet: B4, DC and C0. RGB value is (180,220,192). Sum of RGB (Red+Green+Blue) = 180+220+192=592 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.41% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 192 (75.39% from 255 or 32.43% from 592); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DCC0 is #4B233F. Grayscale: #CCCCCC. Windows color (decimal): -4924224 or 12639412. OLE color: 12639412.

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

Color convert

RGB 180 220 192 -
CMYK 0.18 0 0.13 0.14
HSL 138º 0.36% 0.78% -
HSV(B) 138º 0.18% 0.86% -
XYZ 53.93 64.7 59.51 -
YUV 204.85 120.75 110.28 -
System Red Green Blue C M Y K H S L
Decimal 180 220 192 0.18 0 0.13 0.14 138 0.36 0.78
Hex B4 DC C0 12 0 D E 8A 24 4E
Octal 264 334 300 22 0 15 16 212 44 116
Binary 10110100 11011100 11000000 10010 0 1101 1110 10001010 100100 1001110

Color Harmonies of #B4DCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DCC0

Black with #B4DCC0

Text Example


Text Example

White with #B4DCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DCC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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