Html Css Color HEX #B4E2BC Fringy Flower

📋 copy color: '#B4E2BC'

red 180 ◦ green 226 ◦ blue 188

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

Shades of Fringy Flower #B4E2BC

Tints of Fringy Flower #B4E2BC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.05%

 BLUE value IS 188 (73.83% from 255) = 31.65%

R = 30.3%
G = 38.05%
B = 31.65%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#B4E2BC (or 0xB4E2BC) is known color: Fringy Flower. HEX triplet: B4, E2 and BC. RGB value is (180,226,188). Sum of RGB (Red+Green+Blue) = 180+226+188=594 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.30% from 594); Green value is 226 (88.67% from 255 or 38.05% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 226 - color contains mainly: green. Hex color #B4E2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4E2BC is #4B1D43. Grayscale: #D0D0D0. Windows color (decimal): -4922692 or 12378804. OLE color: 12378804.

HSL color Cylindrical-coordinate representation of color #B4E2BC: hue angle of 130.43º degrees, saturation: 0.44, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4E2BC is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 180 226 188 -
CMYK 0.20 0 0.17 0.11
HSL 130.43º 0.44% 0.8% -
HSV(B) 130.43º 0.2% 0.89% -
XYZ 55.1 67.73 57.75 -
YUV 207.91 116.76 108.09 -
System Red Green Blue C M Y K H S L
Decimal 180 226 188 0.20 0 0.17 0.11 130.43 0.44 0.8
Hex B4 E2 BC 14 0 11 B 82 2C 50
Octal 264 342 274 24 0 21 13 202 54 120
Binary 10110100 11100010 10111100 10100 0 10001 1011 10000010 101100 1010000

Color Harmonies of #B4E2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4E2BC

Black with #B4E2BC

Text Example


Text Example

White with #B4E2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4E2BC; }

 p { color: rgb(180,226,188); }

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

background-color css

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

 a { background-color: rgb(180,226,188); }

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

border-color css

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

 span { border-color: rgb(180,226,188); }

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