Html Css Color HEX #B0F3E7 Water Leaf

📋 copy color: '#B0F3E7'

red 176 ◦ green 243 ◦ blue 231

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

Shades of Water Leaf #B0F3E7

Tints of Water Leaf #B0F3E7

RGB

 RED value IS 176 (69.14% from 255) = 27.08%

 GREEN value IS 243 (95.31% from 255) = 37.38%

 BLUE value IS 231 (90.63% from 255) = 35.54%

R = 27.08%
G = 37.38%
B = 35.54%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#B0F3E7 (or 0xB0F3E7) is known color: Water Leaf. HEX triplet: B0, F3 and E7. RGB value is (176,243,231). Sum of RGB (Red+Green+Blue) = 176+243+231=650 (86% of max value = 765). Red value is 176 (69.14% from 255 or 27.08% from 650); Green value is 243 (95.31% from 255 or 37.38% from 650); Blue value is 231 (90.62% from 255 or 35.54% from 650); Max value from RGB is 243 - color contains mainly: green. Hex color #B0F3E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F3E7 is #4F0C18. Grayscale: #DDDDDD. Windows color (decimal): -5180441 or 15201200. OLE color: 15201200.

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

Color convert

RGB 176 243 231 -
CMYK 0.28 0 0.05 0.05
HSL 169.25º 0.74% 0.82% -
HSV(B) 169.25º 0.28% 0.95% -
XYZ 64.38 79.1 87.48 -
YUV 221.6 133.3 95.48 -
System Red Green Blue C M Y K H S L
Decimal 176 243 231 0.28 0 0.05 0.05 169.25 0.74 0.82
Hex B0 F3 E7 1C 0 5 5 A9 4A 52
Octal 260 363 347 34 0 5 5 251 112 122
Binary 10110000 11110011 11100111 11100 0 101 101 10101001 1001010 1010010

Color Harmonies of #B0F3E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F3E7

Black with #B0F3E7

Text Example


Text Example

White with #B0F3E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F3E7; }

 p { color: rgb(176,243,231); }

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

background-color css

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

 a { background-color: rgb(176,243,231); }

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

border-color css

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

 span { border-color: rgb(176,243,231); }

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