Html Css Color HEX #B2EBC3 Fringy Flower

📋 copy color: '#B2EBC3'

red 178 ◦ green 235 ◦ blue 195

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

Shades of Fringy Flower #B2EBC3

Tints of Fringy Flower #B2EBC3

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.65%

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

R = 29.28%
G = 38.65%
B = 32.07%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#B2EBC3 (or 0xB2EBC3) is known color: Fringy Flower. HEX triplet: B2, EB and C3. RGB value is (178,235,195). Sum of RGB (Red+Green+Blue) = 178+235+195=608 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.28% from 608); Green value is 235 (92.19% from 255 or 38.65% from 608); Blue value is 195 (76.56% from 255 or 32.07% from 608); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EBC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EBC3 is #4D143C. Grayscale: #D5D5D5. Windows color (decimal): -5051453 or 12839858. OLE color: 12839858.

HSL color Cylindrical-coordinate representation of color #B2EBC3: hue angle of 137.89º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2EBC3 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 235 195 -
CMYK 0.24 0 0.17 0.08
HSL 137.89º 0.59% 0.81% -
HSV(B) 137.89º 0.24% 0.92% -
XYZ 57.92 72.82 62.63 -
YUV 213.4 117.62 102.75 -
System Red Green Blue C M Y K H S L
Decimal 178 235 195 0.24 0 0.17 0.08 137.89 0.59 0.81
Hex B2 EB C3 18 0 11 8 8A 3B 51
Octal 262 353 303 30 0 21 10 212 73 121
Binary 10110010 11101011 11000011 11000 0 10001 1000 10001010 111011 1010001

Color Harmonies of #B2EBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EBC3

Black with #B2EBC3

Text Example


Text Example

White with #B2EBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EBC3; }

 p { color: rgb(178,235,195); }

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

background-color css

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

 a { background-color: rgb(178,235,195); }

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

border-color css

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

 span { border-color: rgb(178,235,195); }

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