Html Css Color HEX #B2EFC3 Fringy Flower

📋 copy color: '#B2EFC3'

red 178 ◦ green 239 ◦ blue 195

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

Shades of Fringy Flower #B2EFC3

Tints of Fringy Flower #B2EFC3

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.05%

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

R = 29.08%
G = 39.05%
B = 31.86%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#B2EFC3 (or 0xB2EFC3) is known color: Fringy Flower. HEX triplet: B2, EF and C3. RGB value is (178,239,195). Sum of RGB (Red+Green+Blue) = 178+239+195=612 (81% of max value = 765). Red value is 178 (69.92% from 255 or 29.08% from 612); Green value is 239 (93.75% from 255 or 39.05% from 612); Blue value is 195 (76.56% from 255 or 31.86% from 612); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EFC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EFC3 is #4D103C. Grayscale: #D7D7D7. Windows color (decimal): -5050429 or 12840882. OLE color: 12840882.

HSL color Cylindrical-coordinate representation of color #B2EFC3: hue angle of 136.72º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2EFC3 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 239 195 -
CMYK 0.26 0 0.18 0.06
HSL 136.72º 0.66% 0.82% -
HSV(B) 136.72º 0.26% 0.94% -
XYZ 59.08 75.14 63.02 -
YUV 215.75 116.29 101.08 -
System Red Green Blue C M Y K H S L
Decimal 178 239 195 0.26 0 0.18 0.06 136.72 0.66 0.82
Hex B2 EF C3 1A 0 12 6 89 42 52
Octal 262 357 303 32 0 22 6 211 102 122
Binary 10110010 11101111 11000011 11010 0 10010 110 10001001 1000010 1010010

Color Harmonies of #B2EFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EFC3

Black with #B2EFC3

Text Example


Text Example

White with #B2EFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EFC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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