Html Css Color HEX #B8ECC2 Fringy Flower

📋 copy color: '#B8ECC2'

red 184 ◦ green 236 ◦ blue 194

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

Shades of Fringy Flower #B8ECC2

Tints of Fringy Flower #B8ECC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.6%

R = 29.97%
G = 38.44%
B = 31.6%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#B8ECC2 (or 0xB8ECC2) is known color: Fringy Flower. HEX triplet: B8, EC and C2. RGB value is (184,236,194). Sum of RGB (Red+Green+Blue) = 184+236+194=614 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.97% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 194 (76.17% from 255 or 31.60% from 614); Max value from RGB is 236 - color contains mainly: green. Hex color #B8ECC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8ECC2 is #47133D. Grayscale: #D7D7D7. Windows color (decimal): -4657982 or 12774584. OLE color: 12774584.

HSL color Cylindrical-coordinate representation of color #B8ECC2: hue angle of 131.54º 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 #B8ECC2 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 236 194 -
CMYK 0.22 0 0.18 0.07
HSL 131.54º 0.58% 0.82% -
HSV(B) 131.54º 0.22% 0.93% -
XYZ 59.5 74.08 62.2 -
YUV 215.66 115.77 105.42 -
System Red Green Blue C M Y K H S L
Decimal 184 236 194 0.22 0 0.18 0.07 131.54 0.58 0.82
Hex B8 EC C2 16 0 12 7 84 3A 52
Octal 270 354 302 26 0 22 7 204 72 122
Binary 10111000 11101100 11000010 10110 0 10010 111 10000100 111010 1010010

Color Harmonies of #B8ECC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8ECC2

Black with #B8ECC2

Text Example


Text Example

White with #B8ECC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8ECC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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