Html Css Color HEX #BAD3E6 Pale Cornflower Blue

📋 copy color: '#BAD3E6'

red 186 ◦ green 211 ◦ blue 230

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

Shades of Pale Cornflower Blue #BAD3E6

Tints of Pale Cornflower Blue #BAD3E6

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.65%

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

R = 29.67%
G = 33.65%
B = 36.68%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BAD3E6 (or 0xBAD3E6) is known color: Pale Cornflower Blue. HEX triplet: BA, D3 and E6. RGB value is (186,211,230). Sum of RGB (Red+Green+Blue) = 186+211+230=627 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.67% from 627); Green value is 211 (82.81% from 255 or 33.65% from 627); Blue value is 230 (90.23% from 255 or 36.68% from 627); Max value from RGB is 230 - color contains mainly: blue. Hex color #BAD3E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD3E6 is #452C19. Grayscale: #CDCDCD. Windows color (decimal): -4533274 or 15127482. OLE color: 15127482.

HSL color Cylindrical-coordinate representation of color #BAD3E6: hue angle of 205.91º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAD3E6 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 211 230 -
CMYK 0.19 0.08 0 0.10
HSL 205.91º 0.47% 0.82% -
HSV(B) 205.91º 0.19% 0.9% -
XYZ 57.83 62.74 83.93 -
YUV 205.69 141.72 113.96 -
System Red Green Blue C M Y K H S L
Decimal 186 211 230 0.19 0.08 0 0.10 205.91 0.47 0.82
Hex BA D3 E6 13 8 0 A CE 2F 52
Octal 272 323 346 23 10 0 12 316 57 122
Binary 10111010 11010011 11100110 10011 1000 0 1010 11001110 101111 1010010

Color Harmonies of #BAD3E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD3E6

Black with #BAD3E6

Text Example


Text Example

White with #BAD3E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD3E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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