Html Css Color HEX #B2E1BC Fringy Flower

📋 copy color: '#B2E1BC'

red 178 ◦ green 225 ◦ blue 188

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

Shades of Fringy Flower #B2E1BC

Tints of Fringy Flower #B2E1BC

RGB

 RED value IS 178 (69.92% from 255) = 30.12%

 GREEN value IS 225 (88.28% from 255) = 38.07%

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

R = 30.12%
G = 38.07%
B = 31.81%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#B2E1BC (or 0xB2E1BC) is known color: Fringy Flower. HEX triplet: B2, E1 and BC. RGB value is (178,225,188). Sum of RGB (Red+Green+Blue) = 178+225+188=591 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.12% from 591); Green value is 225 (88.28% from 255 or 38.07% from 591); Blue value is 188 (73.83% from 255 or 31.81% from 591); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E1BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E1BC is #4D1E43. Grayscale: #CECECE. Windows color (decimal): -5054020 or 12378546. OLE color: 12378546.

HSL color Cylindrical-coordinate representation of color #B2E1BC: hue angle of 132.77º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2E1BC is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 178 225 188 -
CMYK 0.21 0 0.16 0.12
HSL 132.77º 0.44% 0.79% -
HSV(B) 132.77º 0.21% 0.88% -
XYZ 54.36 66.95 57.63 -
YUV 206.73 117.43 107.51 -
System Red Green Blue C M Y K H S L
Decimal 178 225 188 0.21 0 0.16 0.12 132.77 0.44 0.79
Hex B2 E1 BC 15 0 10 C 85 2C 4F
Octal 262 341 274 25 0 20 14 205 54 117
Binary 10110010 11100001 10111100 10101 0 10000 1100 10000101 101100 1001111

Color Harmonies of #B2E1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E1BC

Black with #B2E1BC

Text Example


Text Example

White with #B2E1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E1BC; }

 p { color: rgb(178,225,188); }

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

background-color css

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

 a { background-color: rgb(178,225,188); }

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

border-color css

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

 span { border-color: rgb(178,225,188); }

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