Html Css Color HEX #B8EDC3 Fringy Flower

📋 copy color: '#B8EDC3'

red 184 ◦ green 237 ◦ blue 195

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

Shades of Fringy Flower #B8EDC3

Tints of Fringy Flower #B8EDC3

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.47%

 BLUE value IS 195 (76.56% from 255) = 31.66%

R = 29.87%
G = 38.47%
B = 31.66%

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

#B8EDC3 (or 0xB8EDC3) is known color: Fringy Flower. HEX triplet: B8, ED and C3. RGB value is (184,237,195). Sum of RGB (Red+Green+Blue) = 184+237+195=616 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.87% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 195 (76.56% from 255 or 31.66% from 616); Max value from RGB is 237 - color contains mainly: green. Hex color #B8EDC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EDC3 is #47123C. Grayscale: #D8D8D8. Windows color (decimal): -4657725 or 12840376. OLE color: 12840376.

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

Color convert

RGB 184 237 195 -
CMYK 0.22 0 0.18 0.07
HSL 132.45º 0.6% 0.83% -
HSV(B) 132.45º 0.22% 0.93% -
XYZ 59.9 74.7 62.89 -
YUV 216.37 115.94 104.92 -
System Red Green Blue C M Y K H S L
Decimal 184 237 195 0.22 0 0.18 0.07 132.45 0.6 0.83
Hex B8 ED C3 16 0 12 7 84 3C 53
Octal 270 355 303 26 0 22 7 204 74 123
Binary 10111000 11101101 11000011 10110 0 10010 111 10000100 111100 1010011

Color Harmonies of #B8EDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8EDC3

Black with #B8EDC3

Text Example


Text Example

White with #B8EDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8EDC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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