Html Css Color HEX #BAD4F2 Pale Cornflower Blue

📋 copy color: '#BAD4F2'

red 186 ◦ green 212 ◦ blue 242

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

Shades of Pale Cornflower Blue #BAD4F2

Tints of Pale Cornflower Blue #BAD4F2

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.13%

 BLUE value IS 242 (94.92% from 255) = 37.81%

R = 29.06%
G = 33.13%
B = 37.81%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BAD4F2 (or 0xBAD4F2) is known color: Pale Cornflower Blue. HEX triplet: BA, D4 and F2. RGB value is (186,212,242). Sum of RGB (Red+Green+Blue) = 186+212+242=640 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.06% from 640); Green value is 212 (83.20% from 255 or 33.12% from 640); Blue value is 242 (94.92% from 255 or 37.81% from 640); Max value from RGB is 242 - color contains mainly: blue. Hex color #BAD4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD4F2 is #452B0D. Grayscale: #CFCFCF. Windows color (decimal): -4533006 or 15914170. OLE color: 15914170.

HSL color Cylindrical-coordinate representation of color #BAD4F2: hue angle of 212.14º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAD4F2 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 212 242 -
CMYK 0.23 0.12 0 0.05
HSL 212.14º 0.68% 0.84% -
HSV(B) 212.14º 0.23% 0.95% -
XYZ 59.82 63.94 93.19 -
YUV 207.65 147.39 112.56 -
System Red Green Blue C M Y K H S L
Decimal 186 212 242 0.23 0.12 0 0.05 212.14 0.68 0.84
Hex BA D4 F2 17 C 0 5 D4 44 54
Octal 272 324 362 27 14 0 5 324 104 124
Binary 10111010 11010100 11110010 10111 1100 0 101 11010100 1000100 1010100

Color Harmonies of #BAD4F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD4F2

Black with #BAD4F2

Text Example


Text Example

White with #BAD4F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD4F2; }

 p { color: rgb(186,212,242); }

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

background-color css

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

 a { background-color: rgb(186,212,242); }

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

border-color css

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

 span { border-color: rgb(186,212,242); }

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