Html Css Color HEX #BAE3FF Pattens Blue

📋 copy color: '#BAE3FF'

red 186 ◦ green 227 ◦ blue 255

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

Shades of Pattens Blue #BAE3FF

Tints of Pattens Blue #BAE3FF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 33.98%

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

R = 27.84%
G = 33.98%
B = 38.17%

CMYK

 C value IS 0.27

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BAE3FF (or 0xBAE3FF) is known color: Pattens Blue. HEX triplet: BA, E3 and FF. RGB value is (186,227,255). Sum of RGB (Red+Green+Blue) = 186+227+255=668 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.84% from 668); Green value is 227 (89.06% from 255 or 33.98% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAE3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE3FF is #451C00. Grayscale: #D9D9D9. Windows color (decimal): -4529153 or 16769978. OLE color: 16769978.

HSL color Cylindrical-coordinate representation of color #BAE3FF: hue angle of 204.35º 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 #BAE3FF is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 186 227 255 -
CMYK 0.27 0.11 0 0
HSL 204.35º 1% 0.86% -
HSV(B) 204.35º 0.27% 1% -
XYZ 65.77 72.6 105.15 -
YUV 217.93 148.92 105.22 -
System Red Green Blue C M Y K H S L
Decimal 186 227 255 0.27 0.11 0 0 204.35 1 0.86
Hex BA E3 FF 1B B 0 0 CC 64 56
Octal 272 343 377 33 13 0 0 314 144 126
Binary 10111010 11100011 11111111 11011 1011 0 0 11001100 1100100 1010110

Color Harmonies of #BAE3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE3FF

Black with #BAE3FF

Text Example


Text Example

White with #BAE3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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