Html Css Color HEX #B2FDE6 Water Leaf

📋 copy color: '#B2FDE6'

red 178 ◦ green 253 ◦ blue 230

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

Shades of Water Leaf #B2FDE6

Tints of Water Leaf #B2FDE6

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.28%

 BLUE value IS 230 (90.23% from 255) = 34.8%

R = 26.93%
G = 38.28%
B = 34.8%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#B2FDE6 (or 0xB2FDE6) is known color: Water Leaf. HEX triplet: B2, FD and E6. RGB value is (178,253,230). Sum of RGB (Red+Green+Blue) = 178+253+230=661 (87% of max value = 765). Red value is 178 (69.92% from 255 or 26.93% from 661); Green value is 253 (99.22% from 255 or 38.28% from 661); Blue value is 230 (90.23% from 255 or 34.80% from 661); Max value from RGB is 253 - color contains mainly: green. Hex color #B2FDE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FDE6 is #4D0219. Grayscale: #E3E3E3. Windows color (decimal): -5046810 or 15138226. OLE color: 15138226.

HSL color Cylindrical-coordinate representation of color #B2FDE6: hue angle of 161.6º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FDE6 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 253 230 -
CMYK 0.30 0 0.09 0.01
HSL 161.6º 0.95% 0.85% -
HSV(B) 161.6º 0.3% 0.99% -
XYZ 67.77 85.43 87.78 -
YUV 227.95 129.15 92.37 -
System Red Green Blue C M Y K H S L
Decimal 178 253 230 0.30 0 0.09 0.01 161.6 0.95 0.85
Hex B2 FD E6 1E 0 9 1 A2 5F 55
Octal 262 375 346 36 0 11 1 242 137 125
Binary 10110010 11111101 11100110 11110 0 1001 1 10100010 1011111 1010101

Color Harmonies of #B2FDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FDE6

Black with #B2FDE6

Text Example


Text Example

White with #B2FDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FDE6; }

 p { color: rgb(178,253,230); }

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

background-color css

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

 a { background-color: rgb(178,253,230); }

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

border-color css

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

 span { border-color: rgb(178,253,230); }

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