Html Css Color HEX #BADCF3 Pale Cornflower Blue

📋 copy color: '#BADCF3'

red 186 ◦ green 220 ◦ blue 243

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

Shades of Pale Cornflower Blue #BADCF3

Tints of Pale Cornflower Blue #BADCF3

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.9%

 BLUE value IS 243 (95.31% from 255) = 37.44%

R = 28.66%
G = 33.9%
B = 37.44%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BADCF3 (or 0xBADCF3) is known color: Pale Cornflower Blue. HEX triplet: BA, DC and F3. RGB value is (186,220,243). Sum of RGB (Red+Green+Blue) = 186+220+243=649 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.66% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 243 (95.31% from 255 or 37.44% from 649); Max value from RGB is 243 - color contains mainly: blue. Hex color #BADCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADCF3 is #45230C. Grayscale: #D4D4D4. Windows color (decimal): -4530957 or 15981754. OLE color: 15981754.

HSL color Cylindrical-coordinate representation of color #BADCF3: hue angle of 204.21º degrees, saturation: 0.7, 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 #BADCF3 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 220 243 -
CMYK 0.23 0.09 0 0.05
HSL 204.21º 0.7% 0.84% -
HSV(B) 204.21º 0.23% 0.95% -
XYZ 62.02 68.1 94.67 -
YUV 212.46 145.24 109.13 -
System Red Green Blue C M Y K H S L
Decimal 186 220 243 0.23 0.09 0 0.05 204.21 0.7 0.84
Hex BA DC F3 17 9 0 5 CC 46 54
Octal 272 334 363 27 11 0 5 314 106 124
Binary 10111010 11011100 11110011 10111 1001 0 101 11001100 1000110 1010100

Color Harmonies of #BADCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADCF3

Black with #BADCF3

Text Example


Text Example

White with #BADCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADCF3; }

 p { color: rgb(186,220,243); }

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

background-color css

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

 a { background-color: rgb(186,220,243); }

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

border-color css

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

 span { border-color: rgb(186,220,243); }

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