Html Css Color HEX #B2EFE1 Water Leaf

📋 copy color: '#B2EFE1'

red 178 ◦ green 239 ◦ blue 225

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

Shades of Water Leaf #B2EFE1

Tints of Water Leaf #B2EFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 35.05%

R = 27.73%
G = 37.23%
B = 35.05%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#B2EFE1 (or 0xB2EFE1) is known color: Water Leaf. HEX triplet: B2, EF and E1. RGB value is (178,239,225). Sum of RGB (Red+Green+Blue) = 178+239+225=642 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.73% from 642); Green value is 239 (93.75% from 255 or 37.23% from 642); Blue value is 225 (88.28% from 255 or 35.05% from 642); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EFE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EFE1 is #4D101E. Grayscale: #DBDBDB. Windows color (decimal): -5050399 or 14806962. OLE color: 14806962.

HSL color Cylindrical-coordinate representation of color #B2EFE1: hue angle of 166.23º 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 #B2EFE1 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 239 225 -
CMYK 0.26 0 0.06 0.06
HSL 166.23º 0.66% 0.82% -
HSV(B) 166.23º 0.26% 0.94% -
XYZ 62.82 76.63 82.72 -
YUV 219.17 131.29 98.64 -
System Red Green Blue C M Y K H S L
Decimal 178 239 225 0.26 0 0.06 0.06 166.23 0.66 0.82
Hex B2 EF E1 1A 0 6 6 A6 42 52
Octal 262 357 341 32 0 6 6 246 102 122
Binary 10110010 11101111 11100001 11010 0 110 110 10100110 1000010 1010010

Color Harmonies of #B2EFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EFE1

Black with #B2EFE1

Text Example


Text Example

White with #B2EFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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