Html Css Color HEX #B8ECC4 Fringy Flower

📋 copy color: '#B8ECC4'

red 184 ◦ green 236 ◦ blue 196

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

Shades of Fringy Flower #B8ECC4

Tints of Fringy Flower #B8ECC4

RGB

 RED value IS 184 (72.27% from 255) = 29.87%

 GREEN value IS 236 (92.58% from 255) = 38.31%

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

R = 29.87%
G = 38.31%
B = 31.82%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#B8ECC4 (or 0xB8ECC4) is known color: Fringy Flower. HEX triplet: B8, EC and C4. RGB value is (184,236,196). Sum of RGB (Red+Green+Blue) = 184+236+196=616 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.87% from 616); Green value is 236 (92.58% from 255 or 38.31% from 616); Blue value is 196 (76.95% from 255 or 31.82% from 616); Max value from RGB is 236 - color contains mainly: green. Hex color #B8ECC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8ECC4 is #47133B. Grayscale: #D7D7D7. Windows color (decimal): -4657980 or 12905656. OLE color: 12905656.

HSL color Cylindrical-coordinate representation of color #B8ECC4: hue angle of 133.85º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8ECC4 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 236 196 -
CMYK 0.22 0 0.17 0.07
HSL 133.85º 0.58% 0.82% -
HSV(B) 133.85º 0.22% 0.93% -
XYZ 59.73 74.17 63.39 -
YUV 215.89 116.77 105.25 -
System Red Green Blue C M Y K H S L
Decimal 184 236 196 0.22 0 0.17 0.07 133.85 0.58 0.82
Hex B8 EC C4 16 0 11 7 86 3A 52
Octal 270 354 304 26 0 21 7 206 72 122
Binary 10111000 11101100 11000100 10110 0 10001 111 10000110 111010 1010010

Color Harmonies of #B8ECC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8ECC4

Black with #B8ECC4

Text Example


Text Example

White with #B8ECC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8ECC4; }

 p { color: rgb(184,236,196); }

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

background-color css

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

 a { background-color: rgb(184,236,196); }

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

border-color css

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

 span { border-color: rgb(184,236,196); }

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