Html Css Color HEX #B2FCEB Water Leaf

📋 copy color: '#B2FCEB'

red 178 ◦ green 252 ◦ blue 235

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

Shades of Water Leaf #B2FCEB

Tints of Water Leaf #B2FCEB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.89%

 BLUE value IS 235 (92.19% from 255) = 35.34%

R = 26.77%
G = 37.89%
B = 35.34%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#B2FCEB (or 0xB2FCEB) is known color: Water Leaf. HEX triplet: B2, FC and EB. RGB value is (178,252,235). Sum of RGB (Red+Green+Blue) = 178+252+235=665 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.77% from 665); Green value is 252 (98.83% from 255 or 37.89% from 665); Blue value is 235 (92.19% from 255 or 35.34% from 665); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FCEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FCEB is #4D0314. Grayscale: #E3E3E3. Windows color (decimal): -5047061 or 15465650. OLE color: 15465650.

HSL color Cylindrical-coordinate representation of color #B2FCEB: hue angle of 166.22º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FCEB is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 252 235 -
CMYK 0.29 0 0.07 0.01
HSL 166.22º 0.93% 0.84% -
HSV(B) 166.22º 0.29% 0.99% -
XYZ 68.17 85.08 91.43 -
YUV 227.94 131.98 92.38 -
System Red Green Blue C M Y K H S L
Decimal 178 252 235 0.29 0 0.07 0.01 166.22 0.93 0.84
Hex B2 FC EB 1D 0 7 1 A6 5C 54
Octal 262 374 353 35 0 7 1 246 134 124
Binary 10110010 11111100 11101011 11101 0 111 1 10100110 1011100 1010100

Color Harmonies of #B2FCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FCEB

Black with #B2FCEB

Text Example


Text Example

White with #B2FCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FCEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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