Html Css Color HEX #B4E9C4 Fringy Flower

📋 copy color: '#B4E9C4'

red 180 ◦ green 233 ◦ blue 196

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

Shades of Fringy Flower #B4E9C4

Tints of Fringy Flower #B4E9C4

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.26%

 BLUE value IS 196 (76.95% from 255) = 32.18%

R = 29.56%
G = 38.26%
B = 32.18%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#B4E9C4 (or 0xB4E9C4) is known color: Fringy Flower. HEX triplet: B4, E9 and C4. RGB value is (180,233,196). Sum of RGB (Red+Green+Blue) = 180+233+196=609 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.56% from 609); Green value is 233 (91.41% from 255 or 38.26% from 609); Blue value is 196 (76.95% from 255 or 32.18% from 609); Max value from RGB is 233 - color contains mainly: green. Hex color #B4E9C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4E9C4 is #4B163B. Grayscale: #D5D5D5. Windows color (decimal): -4920892 or 12904884. OLE color: 12904884.

HSL color Cylindrical-coordinate representation of color #B4E9C4: hue angle of 138.11º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4E9C4 is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB 180 233 196 -
CMYK 0.23 0 0.16 0.09
HSL 138.11º 0.55% 0.81% -
HSV(B) 138.11º 0.23% 0.91% -
XYZ 57.93 71.97 63.06 -
YUV 212.94 118.44 104.51 -
System Red Green Blue C M Y K H S L
Decimal 180 233 196 0.23 0 0.16 0.09 138.11 0.55 0.81
Hex B4 E9 C4 17 0 10 9 8A 37 51
Octal 264 351 304 27 0 20 11 212 67 121
Binary 10110100 11101001 11000100 10111 0 10000 1001 10001010 110111 1010001

Color Harmonies of #B4E9C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4E9C4

Black with #B4E9C4

Text Example


Text Example

White with #B4E9C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4E9C4; }

 p { color: rgb(180,233,196); }

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

background-color css

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

 a { background-color: rgb(180,233,196); }

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

border-color css

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

 span { border-color: rgb(180,233,196); }

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