Html Css Color HEX #B2F9EA Water Leaf

📋 copy color: '#B2F9EA'

red 178 ◦ green 249 ◦ blue 234

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

Shades of Water Leaf #B2F9EA

Tints of Water Leaf #B2F9EA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.67%

 BLUE value IS 234 (91.8% from 255) = 35.4%

R = 26.93%
G = 37.67%
B = 35.4%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#B2F9EA (or 0xB2F9EA) is known color: Water Leaf. HEX triplet: B2, F9 and EA. RGB value is (178,249,234). Sum of RGB (Red+Green+Blue) = 178+249+234=661 (87% of max value = 765). Red value is 178 (69.92% from 255 or 26.93% from 661); Green value is 249 (97.66% from 255 or 37.67% from 661); Blue value is 234 (91.80% from 255 or 35.40% from 661); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F9EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F9EA is #4D0615. Grayscale: #E2E2E2. Windows color (decimal): -5047830 or 15399346. OLE color: 15399346.

HSL color Cylindrical-coordinate representation of color #B2F9EA: hue angle of 167.32º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2F9EA is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 249 234 -
CMYK 0.29 0 0.06 0.02
HSL 167.32º 0.86% 0.84% -
HSV(B) 167.32º 0.29% 0.98% -
XYZ 67.09 83.16 90.36 -
YUV 226.06 132.48 93.72 -
System Red Green Blue C M Y K H S L
Decimal 178 249 234 0.29 0 0.06 0.02 167.32 0.86 0.84
Hex B2 F9 EA 1D 0 6 2 A7 56 54
Octal 262 371 352 35 0 6 2 247 126 124
Binary 10110010 11111001 11101010 11101 0 110 10 10100111 1010110 1010100

Color Harmonies of #B2F9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F9EA

Black with #B2F9EA

Text Example


Text Example

White with #B2F9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F9EA; }

 p { color: rgb(178,249,234); }

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

background-color css

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

 a { background-color: rgb(178,249,234); }

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

border-color css

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

 span { border-color: rgb(178,249,234); }

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