Html Css Color HEX #B5FAEA Water Leaf

📋 copy color: '#B5FAEA'

red 181 ◦ green 250 ◦ blue 234

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

Shades of Water Leaf #B5FAEA

Tints of Water Leaf #B5FAEA

RGB

 RED value IS 181 (71.09% from 255) = 27.22%

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

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

R = 27.22%
G = 37.59%
B = 35.19%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#B5FAEA (or 0xB5FAEA) is known color: Water Leaf. HEX triplet: B5, FA and EA. RGB value is (181,250,234). Sum of RGB (Red+Green+Blue) = 181+250+234=665 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.22% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 234 (91.80% from 255 or 35.19% from 665); Max value from RGB is 250 - color contains mainly: green. Hex color #B5FAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FAEA is #4A0515. Grayscale: #E3E3E3. Windows color (decimal): -4850966 or 15399605. OLE color: 15399605.

HSL color Cylindrical-coordinate representation of color #B5FAEA: hue angle of 166.09º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5FAEA is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 250 234 -
CMYK 0.28 0 0.06 0.02
HSL 166.09º 0.87% 0.85% -
HSV(B) 166.09º 0.28% 0.98% -
XYZ 68.09 84.14 90.49 -
YUV 227.55 131.64 94.8 -
System Red Green Blue C M Y K H S L
Decimal 181 250 234 0.28 0 0.06 0.02 166.09 0.87 0.85
Hex B5 FA EA 1C 0 6 2 A6 57 55
Octal 265 372 352 34 0 6 2 246 127 125
Binary 10110101 11111010 11101010 11100 0 110 10 10100110 1010111 1010101

Color Harmonies of #B5FAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FAEA

Black with #B5FAEA

Text Example


Text Example

White with #B5FAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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