Html Css Color HEX #B3DCC3 Fringy Flower

📋 copy color: '#B3DCC3'

red 179 ◦ green 220 ◦ blue 195

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

Shades of Fringy Flower #B3DCC3

Tints of Fringy Flower #B3DCC3

RGB

 RED value IS 179 (70.31% from 255) = 30.13%

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

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

R = 30.13%
G = 37.04%
B = 32.83%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#B3DCC3 (or 0xB3DCC3) is known color: Fringy Flower. HEX triplet: B3, DC and C3. RGB value is (179,220,195). Sum of RGB (Red+Green+Blue) = 179+220+195=594 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.13% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 195 (76.56% from 255 or 32.83% from 594); Max value from RGB is 220 - color contains mainly: green. Hex color #B3DCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DCC3 is #4C233C. Grayscale: #CCCCCC. Windows color (decimal): -4989757 or 12836019. OLE color: 12836019.

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

Color convert

RGB 179 220 195 -
CMYK 0.19 0 0.11 0.14
HSL 143.41º 0.37% 0.78% -
HSV(B) 143.41º 0.19% 0.86% -
XYZ 54.03 64.71 61.27 -
YUV 204.89 122.42 109.53 -
System Red Green Blue C M Y K H S L
Decimal 179 220 195 0.19 0 0.11 0.14 143.41 0.37 0.78
Hex B3 DC C3 13 0 B E 8F 25 4E
Octal 263 334 303 23 0 13 16 217 45 116
Binary 10110011 11011100 11000011 10011 0 1011 1110 10001111 100101 1001110

Color Harmonies of #B3DCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DCC3

Black with #B3DCC3

Text Example


Text Example

White with #B3DCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DCC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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