Html Css Color HEX #BADBFF Pale Cornflower Blue

📋 copy color: '#BADBFF'

red 186 ◦ green 219 ◦ blue 255

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

Shades of Pale Cornflower Blue #BADBFF

Tints of Pale Cornflower Blue #BADBFF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.18%

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

R = 28.18%
G = 33.18%
B = 38.64%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BADBFF (or 0xBADBFF) is known color: Pale Cornflower Blue. HEX triplet: BA, DB and FF. RGB value is (186,219,255). Sum of RGB (Red+Green+Blue) = 186+219+255=660 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.18% from 660); Green value is 219 (85.94% from 255 or 33.18% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #BADBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADBFF is #452400. Grayscale: #D5D5D5. Windows color (decimal): -4531201 or 16767930. OLE color: 16767930.

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

Color convert

RGB 186 219 255 -
CMYK 0.27 0.14 0 0
HSL 211.3º 1% 0.86% -
HSV(B) 211.3º 0.27% 1% -
XYZ 63.63 68.32 104.44 -
YUV 213.24 151.57 108.57 -
System Red Green Blue C M Y K H S L
Decimal 186 219 255 0.27 0.14 0 0 211.3 1 0.86
Hex BA DB FF 1B E 0 0 D3 64 56
Octal 272 333 377 33 16 0 0 323 144 126
Binary 10111010 11011011 11111111 11011 1110 0 0 11010011 1100100 1010110

Color Harmonies of #BADBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADBFF

Black with #BADBFF

Text Example


Text Example

White with #BADBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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