Html Css Color HEX #BADAF0 Pale Cornflower Blue

📋 copy color: '#BADAF0'

red 186 ◦ green 218 ◦ blue 240

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

Shades of Pale Cornflower Blue #BADAF0

Tints of Pale Cornflower Blue #BADAF0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.85%

 BLUE value IS 240 (94.14% from 255) = 37.27%

R = 28.88%
G = 33.85%
B = 37.27%

CMYK

 C value IS 0.22

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BADAF0 (or 0xBADAF0) is known color: Pale Cornflower Blue. HEX triplet: BA, DA and F0. RGB value is (186,218,240). Sum of RGB (Red+Green+Blue) = 186+218+240=644 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.88% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 240 (94.14% from 255 or 37.27% from 644); Max value from RGB is 240 - color contains mainly: blue. Hex color #BADAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADAF0 is #45250F. Grayscale: #D2D2D2. Windows color (decimal): -4531472 or 15784634. OLE color: 15784634.

HSL color Cylindrical-coordinate representation of color #BADAF0: hue angle of 204.44º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BADAF0 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 218 240 -
CMYK 0.22 0.09 0 0.06
HSL 204.44º 0.64% 0.84% -
HSV(B) 204.44º 0.23% 0.94% -
XYZ 61.05 66.87 92.13 -
YUV 210.94 144.4 110.21 -
System Red Green Blue C M Y K H S L
Decimal 186 218 240 0.22 0.09 0 0.06 204.44 0.64 0.84
Hex BA DA F0 16 9 0 6 CC 40 54
Octal 272 332 360 26 11 0 6 314 100 124
Binary 10111010 11011010 11110000 10110 1001 0 110 11001100 1000000 1010100

Color Harmonies of #BADAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADAF0

Black with #BADAF0

Text Example


Text Example

White with #BADAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADAF0; }

 p { color: rgb(186,218,240); }

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

background-color css

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

 a { background-color: rgb(186,218,240); }

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

border-color css

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

 span { border-color: rgb(186,218,240); }

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