Html Css Color HEX #B4E7BC Fringy Flower

📋 copy color: '#B4E7BC'

red 180 ◦ green 231 ◦ blue 188

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

Shades of Fringy Flower #B4E7BC

Tints of Fringy Flower #B4E7BC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.56%

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

R = 30.05%
G = 38.56%
B = 31.39%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#B4E7BC (or 0xB4E7BC) is known color: Fringy Flower. HEX triplet: B4, E7 and BC. RGB value is (180,231,188). Sum of RGB (Red+Green+Blue) = 180+231+188=599 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.05% from 599); Green value is 231 (90.62% from 255 or 38.56% from 599); Blue value is 188 (73.83% from 255 or 31.39% from 599); Max value from RGB is 231 - color contains mainly: green. Hex color #B4E7BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4E7BC is #4B1843. Grayscale: #D2D2D2. Windows color (decimal): -4921412 or 12380084. OLE color: 12380084.

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

Color convert

RGB 180 231 188 -
CMYK 0.22 0 0.19 0.09
HSL 129.41º 0.52% 0.81% -
HSV(B) 129.41º 0.22% 0.91% -
XYZ 56.48 70.49 58.21 -
YUV 210.85 115.1 106 -
System Red Green Blue C M Y K H S L
Decimal 180 231 188 0.22 0 0.19 0.09 129.41 0.52 0.81
Hex B4 E7 BC 16 0 13 9 81 34 51
Octal 264 347 274 26 0 23 11 201 64 121
Binary 10110100 11100111 10111100 10110 0 10011 1001 10000001 110100 1010001

Color Harmonies of #B4E7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4E7BC

Black with #B4E7BC

Text Example


Text Example

White with #B4E7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4E7BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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