Html Css Color HEX #B0EFE3 Water Leaf

📋 copy color: '#B0EFE3'

red 176 ◦ green 239 ◦ blue 227

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

Shades of Water Leaf #B0EFE3

Tints of Water Leaf #B0EFE3

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.23%

 BLUE value IS 227 (89.06% from 255) = 35.36%

R = 27.41%
G = 37.23%
B = 35.36%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#B0EFE3 (or 0xB0EFE3) is known color: Water Leaf. HEX triplet: B0, EF and E3. RGB value is (176,239,227). Sum of RGB (Red+Green+Blue) = 176+239+227=642 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.41% from 642); Green value is 239 (93.75% from 255 or 37.23% from 642); Blue value is 227 (89.06% from 255 or 35.36% from 642); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EFE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EFE3 is #4F101C. Grayscale: #DADADA. Windows color (decimal): -5181469 or 14938032. OLE color: 14938032.

HSL color Cylindrical-coordinate representation of color #B0EFE3: hue angle of 168.57º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0EFE3 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 239 227 -
CMYK 0.26 0 0.05 0.06
HSL 168.57º 0.66% 0.81% -
HSV(B) 168.57º 0.26% 0.94% -
XYZ 62.64 76.51 84.14 -
YUV 218.8 132.63 97.48 -
System Red Green Blue C M Y K H S L
Decimal 176 239 227 0.26 0 0.05 0.06 168.57 0.66 0.81
Hex B0 EF E3 1A 0 5 6 A9 42 51
Octal 260 357 343 32 0 5 6 251 102 121
Binary 10110000 11101111 11100011 11010 0 101 110 10101001 1000010 1010001

Color Harmonies of #B0EFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EFE3

Black with #B0EFE3

Text Example


Text Example

White with #B0EFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EFE3; }

 p { color: rgb(176,239,227); }

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

background-color css

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

 a { background-color: rgb(176,239,227); }

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

border-color css

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

 span { border-color: rgb(176,239,227); }

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