#B8EEC3

Color #B8EEC3 Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #B8EEC3

Tints of Fringy Flower #B8EEC3

Color information

#B8EEC3 (or 0xB8EEC3) is unknown color: approx Fringy Flower. HEX triplet: B8, EE and C3. RGB value is (184,238,195). Sum of RGB (Red+Green+Blue) = 184+238+195=617 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.82% from 617); Green value is 238 (93.36% from 255 or 38.57% from 617); Blue value is 195 (76.56% from 255 or 31.60% from 617); Max value from RGB is 238 - color contains mainly: green. Hex color #B8EEC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EEC3 is #47113C. Grayscale: #D9D9D9. Windows color (decimal): -4657469 or 12840632. OLE color: 12840632.

HSL color Cylindrical-coordinate representation of color #B8EEC3: hue angle of 132.22º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8EEC3 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB184238195-
CMYK0.2300.180.07
HSL132.22º61.36%82.75%-
HSV(B)132.22º22.69%93.33%-
XYZ60.1975.2862.99-
YUV216.95115.61104.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.82%
GREEN value IS 238 (93.36% from 255) = 38.57%
BLUE value IS 195 (76.56% from 255) = 31.60%
R=29.82%
G=38.57%
B=31.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1842381950.2300.180.07132.2261.3682.75
HexB8EEC3170127843d53
Octal27035630327022720475123
Binary10111000111011101100001110111010010111100001001111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EEC3; }

 p { color: rgb(184,238,195); }

 H1.HeaderClassName
 {
   color: #B8EEC3;
 }
 .AnyTagClassName
 {
   color: #B8EEC3;
 }
</style>
background-color css

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

 a { background-color: rgb(184,238,195); }

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

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

 span { border-color: rgb(184,238,195); }

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