Html Css Color HEX #BAE5FD Onahau

📋 copy color: '#BAE5FD'

red 186 ◦ green 229 ◦ blue 253

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

Shades of Onahau #BAE5FD

Tints of Onahau #BAE5FD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 34.28%

 BLUE value IS 253 (99.22% from 255) = 37.87%

R = 27.84%
G = 34.28%
B = 37.87%

CMYK

 C value IS 0.26

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BAE5FD (or 0xBAE5FD) is known color: Onahau. HEX triplet: BA, E5 and FD. RGB value is (186,229,253). Sum of RGB (Red+Green+Blue) = 186+229+253=668 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.84% from 668); Green value is 229 (89.84% from 255 or 34.28% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAE5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE5FD is #451A02. Grayscale: #DADADA. Windows color (decimal): -4528643 or 16639418. OLE color: 16639418.

HSL color Cylindrical-coordinate representation of color #BAE5FD: hue angle of 201.49º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAE5FD is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 229 253 -
CMYK 0.26 0.09 0 0.01
HSL 201.49º 0.94% 0.86% -
HSV(B) 201.49º 0.26% 0.99% -
XYZ 66 73.57 103.65 -
YUV 218.88 147.25 104.55 -
System Red Green Blue C M Y K H S L
Decimal 186 229 253 0.26 0.09 0 0.01 201.49 0.94 0.86
Hex BA E5 FD 1A 9 0 1 C9 5E 56
Octal 272 345 375 32 11 0 1 311 136 126
Binary 10111010 11100101 11111101 11010 1001 0 1 11001001 1011110 1010110

Color Harmonies of #BAE5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE5FD

Black with #BAE5FD

Text Example


Text Example

White with #BAE5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE5FD; }

 p { color: rgb(186,229,253); }

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

background-color css

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

 a { background-color: rgb(186,229,253); }

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

border-color css

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

 span { border-color: rgb(186,229,253); }

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