Html Css Color HEX #B4DCC3 Fringy Flower

📋 copy color: '#B4DCC3'

red 180 ◦ green 220 ◦ blue 195

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

Shades of Fringy Flower #B4DCC3

Tints of Fringy Flower #B4DCC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 32.77%

R = 30.25%
G = 36.97%
B = 32.77%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#B4DCC3 (or 0xB4DCC3) is known color: Fringy Flower. HEX triplet: B4, DC and C3. RGB value is (180,220,195). Sum of RGB (Red+Green+Blue) = 180+220+195=595 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.25% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 195 (76.56% from 255 or 32.77% from 595); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DCC3 is #4B233C. Grayscale: #CDCDCD. Windows color (decimal): -4924221 or 12836020. OLE color: 12836020.

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

Color convert

RGB 180 220 195 -
CMYK 0.18 0 0.11 0.14
HSL 142.5º 0.36% 0.78% -
HSV(B) 142.5º 0.18% 0.86% -
XYZ 54.27 64.83 61.28 -
YUV 205.19 122.25 110.03 -
System Red Green Blue C M Y K H S L
Decimal 180 220 195 0.18 0 0.11 0.14 142.5 0.36 0.78
Hex B4 DC C3 12 0 B E 8E 24 4E
Octal 264 334 303 22 0 13 16 216 44 116
Binary 10110100 11011100 11000011 10010 0 1011 1110 10001110 100100 1001110

Color Harmonies of #B4DCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DCC3

Black with #B4DCC3

Text Example


Text Example

White with #B4DCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DCC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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