Html Css Color HEX #BAF9E6 Water Leaf

📋 copy color: '#BAF9E6'

red 186 ◦ green 249 ◦ blue 230

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

Shades of Water Leaf #BAF9E6

Tints of Water Leaf #BAF9E6

RGB

 RED value IS 186 (73.05% from 255) = 27.97%

 GREEN value IS 249 (97.66% from 255) = 37.44%

 BLUE value IS 230 (90.23% from 255) = 34.59%

R = 27.97%
G = 37.44%
B = 34.59%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#BAF9E6 (or 0xBAF9E6) is known color: Water Leaf. HEX triplet: BA, F9 and E6. RGB value is (186,249,230). Sum of RGB (Red+Green+Blue) = 186+249+230=665 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.97% from 665); Green value is 249 (97.66% from 255 or 37.44% from 665); Blue value is 230 (90.23% from 255 or 34.59% from 665); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF9E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF9E6 is #450619. Grayscale: #E4E4E4. Windows color (decimal): -4523546 or 15137210. OLE color: 15137210.

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

Color convert

RGB 186 249 230 -
CMYK 0.25 0 0.08 0.02
HSL 161.9º 0.84% 0.85% -
HSV(B) 161.9º 0.25% 0.98% -
XYZ 68.41 83.9 87.45 -
YUV 228 129.13 98.04 -
System Red Green Blue C M Y K H S L
Decimal 186 249 230 0.25 0 0.08 0.02 161.9 0.84 0.85
Hex BA F9 E6 19 0 8 2 A2 54 55
Octal 272 371 346 31 0 10 2 242 124 125
Binary 10111010 11111001 11100110 11001 0 1000 10 10100010 1010100 1010101

Color Harmonies of #BAF9E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF9E6

Black with #BAF9E6

Text Example


Text Example

White with #BAF9E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF9E6; }

 p { color: rgb(186,249,230); }

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

background-color css

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

 a { background-color: rgb(186,249,230); }

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

border-color css

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

 span { border-color: rgb(186,249,230); }

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