Html Css Color HEX #BAE1FF Pale Cornflower Blue

📋 copy color: '#BAE1FF'

red 186 ◦ green 225 ◦ blue 255

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

Shades of Pale Cornflower Blue #BAE1FF

Tints of Pale Cornflower Blue #BAE1FF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.78%

 BLUE value IS 255 (100% from 255) = 38.29%

R = 27.93%
G = 33.78%
B = 38.29%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BAE1FF (or 0xBAE1FF) is known color: Pale Cornflower Blue. HEX triplet: BA, E1 and FF. RGB value is (186,225,255). Sum of RGB (Red+Green+Blue) = 186+225+255=666 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.93% from 666); Green value is 225 (88.28% from 255 or 33.78% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAE1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE1FF is #451E00. Grayscale: #D8D8D8. Windows color (decimal): -4529665 or 16769466. OLE color: 16769466.

HSL color Cylindrical-coordinate representation of color #BAE1FF: hue angle of 206.09º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAE1FF is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 186 225 255 -
CMYK 0.27 0.12 0 0
HSL 206.09º 1% 0.86% -
HSV(B) 206.09º 0.27% 1% -
XYZ 65.22 71.51 104.97 -
YUV 216.76 149.58 106.06 -
System Red Green Blue C M Y K H S L
Decimal 186 225 255 0.27 0.12 0 0 206.09 1 0.86
Hex BA E1 FF 1B C 0 0 CE 64 56
Octal 272 341 377 33 14 0 0 316 144 126
Binary 10111010 11100001 11111111 11011 1100 0 0 11001110 1100100 1010110

Color Harmonies of #BAE1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE1FF

Black with #BAE1FF

Text Example


Text Example

White with #BAE1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE1FF; }

 p { color: rgb(186,225,255); }

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

background-color css

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

 a { background-color: rgb(186,225,255); }

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

border-color css

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

 span { border-color: rgb(186,225,255); }

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