Html Css Color HEX #B2F1DF Water Leaf

📋 copy color: '#B2F1DF'

red 178 ◦ green 241 ◦ blue 223

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

Shades of Water Leaf #B2F1DF

Tints of Water Leaf #B2F1DF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.54%

 BLUE value IS 223 (87.5% from 255) = 34.74%

R = 27.73%
G = 37.54%
B = 34.74%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#B2F1DF (or 0xB2F1DF) is known color: Water Leaf. HEX triplet: B2, F1 and DF. RGB value is (178,241,223). Sum of RGB (Red+Green+Blue) = 178+241+223=642 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.73% from 642); Green value is 241 (94.53% from 255 or 37.54% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F1DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F1DF is #4D0E20. Grayscale: #DCDCDC. Windows color (decimal): -5049889 or 14676402. OLE color: 14676402.

HSL color Cylindrical-coordinate representation of color #B2F1DF: hue angle of 162.86º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2F1DF is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 241 223 -
CMYK 0.26 0 0.07 0.05
HSL 162.86º 0.69% 0.82% -
HSV(B) 162.86º 0.26% 0.95% -
XYZ 63.13 77.7 81.48 -
YUV 220.11 129.63 97.96 -
System Red Green Blue C M Y K H S L
Decimal 178 241 223 0.26 0 0.07 0.05 162.86 0.69 0.82
Hex B2 F1 DF 1A 0 7 5 A3 45 52
Octal 262 361 337 32 0 7 5 243 105 122
Binary 10110010 11110001 11011111 11010 0 111 101 10100011 1000101 1010010

Color Harmonies of #B2F1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F1DF

Black with #B2F1DF

Text Example


Text Example

White with #B2F1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F1DF; }

 p { color: rgb(178,241,223); }

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

background-color css

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

 a { background-color: rgb(178,241,223); }

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

border-color css

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

 span { border-color: rgb(178,241,223); }

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