Html Css Color HEX #BADBF2 Pale Cornflower Blue

📋 copy color: '#BADBF2'

red 186 ◦ green 219 ◦ blue 242

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

Shades of Pale Cornflower Blue #BADBF2

Tints of Pale Cornflower Blue #BADBF2

RGB

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

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

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

R = 28.75%
G = 33.85%
B = 37.4%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BADBF2 (or 0xBADBF2) is known color: Pale Cornflower Blue. HEX triplet: BA, DB and F2. RGB value is (186,219,242). Sum of RGB (Red+Green+Blue) = 186+219+242=647 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.75% from 647); Green value is 219 (85.94% from 255 or 33.85% from 647); Blue value is 242 (94.92% from 255 or 37.40% from 647); Max value from RGB is 242 - color contains mainly: blue. Hex color #BADBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADBF2 is #45240D. Grayscale: #D3D3D3. Windows color (decimal): -4531214 or 15915962. OLE color: 15915962.

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

Color convert

RGB 186 219 242 -
CMYK 0.23 0.10 0 0.05
HSL 204.64º 0.68% 0.84% -
HSV(B) 204.64º 0.23% 0.95% -
XYZ 61.61 67.51 93.79 -
YUV 211.76 145.07 109.63 -
System Red Green Blue C M Y K H S L
Decimal 186 219 242 0.23 0.10 0 0.05 204.64 0.68 0.84
Hex BA DB F2 17 A 0 5 CD 44 54
Octal 272 333 362 27 12 0 5 315 104 124
Binary 10111010 11011011 11110010 10111 1010 0 101 11001101 1000100 1010100

Color Harmonies of #BADBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADBF2

Black with #BADBF2

Text Example


Text Example

White with #BADBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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