Html Css Color HEX #B0FAEA Water Leaf

📋 copy color: '#B0FAEA'

red 176 ◦ green 250 ◦ blue 234

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

Shades of Water Leaf #B0FAEA

Tints of Water Leaf #B0FAEA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.88%

 BLUE value IS 234 (91.8% from 255) = 35.45%

R = 26.67%
G = 37.88%
B = 35.45%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#B0FAEA (or 0xB0FAEA) is known color: Water Leaf. HEX triplet: B0, FA and EA. RGB value is (176,250,234). Sum of RGB (Red+Green+Blue) = 176+250+234=660 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.67% from 660); Green value is 250 (98.05% from 255 or 37.88% from 660); Blue value is 234 (91.80% from 255 or 35.45% from 660); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FAEA is #4F0515. Grayscale: #E2E2E2. Windows color (decimal): -5178646 or 15399600. OLE color: 15399600.

HSL color Cylindrical-coordinate representation of color #B0FAEA: hue angle of 167.03º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FAEA is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 250 234 -
CMYK 0.30 0 0.06 0.02
HSL 167.03º 0.88% 0.84% -
HSV(B) 167.03º 0.3% 0.98% -
XYZ 66.94 83.54 90.44 -
YUV 226.05 132.48 92.3 -
System Red Green Blue C M Y K H S L
Decimal 176 250 234 0.30 0 0.06 0.02 167.03 0.88 0.84
Hex B0 FA EA 1E 0 6 2 A7 58 54
Octal 260 372 352 36 0 6 2 247 130 124
Binary 10110000 11111010 11101010 11110 0 110 10 10100111 1011000 1010100

Color Harmonies of #B0FAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FAEA

Black with #B0FAEA

Text Example


Text Example

White with #B0FAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FAEA; }

 p { color: rgb(176,250,234); }

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

background-color css

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

 a { background-color: rgb(176,250,234); }

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

border-color css

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

 span { border-color: rgb(176,250,234); }

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