Html Css Color HEX #BADFFD Pale Cornflower Blue

📋 copy color: '#BADFFD'

red 186 ◦ green 223 ◦ blue 253

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

Shades of Pale Cornflower Blue #BADFFD

Tints of Pale Cornflower Blue #BADFFD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.69%

 BLUE value IS 253 (99.22% from 255) = 38.22%

R = 28.1%
G = 33.69%
B = 38.22%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BADFFD (or 0xBADFFD) is known color: Pale Cornflower Blue. HEX triplet: BA, DF and FD. RGB value is (186,223,253). Sum of RGB (Red+Green+Blue) = 186+223+253=662 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.10% from 662); Green value is 223 (87.5% from 255 or 33.69% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #BADFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADFFD is #452002. Grayscale: #D7D7D7. Windows color (decimal): -4530179 or 16637882. OLE color: 16637882.

HSL color Cylindrical-coordinate representation of color #BADFFD: hue angle of 206.87º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BADFFD is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 223 253 -
CMYK 0.26 0.12 0 0.01
HSL 206.87º 0.94% 0.86% -
HSV(B) 206.87º 0.26% 0.99% -
XYZ 64.37 70.31 103.11 -
YUV 215.36 149.24 107.06 -
System Red Green Blue C M Y K H S L
Decimal 186 223 253 0.26 0.12 0 0.01 206.87 0.94 0.86
Hex BA DF FD 1A C 0 1 CF 5E 56
Octal 272 337 375 32 14 0 1 317 136 126
Binary 10111010 11011111 11111101 11010 1100 0 1 11001111 1011110 1010110

Color Harmonies of #BADFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADFFD

Black with #BADFFD

Text Example


Text Example

White with #BADFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADFFD; }

 p { color: rgb(186,223,253); }

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

background-color css

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

 a { background-color: rgb(186,223,253); }

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

border-color css

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

 span { border-color: rgb(186,223,253); }

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