Html Css Color HEX #BCDEFD Pale Cornflower Blue

📋 copy color: '#BCDEFD'

red 188 ◦ green 222 ◦ blue 253

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

Shades of Pale Cornflower Blue #BCDEFD

Tints of Pale Cornflower Blue #BCDEFD

RGB

 RED value IS 188 (73.83% from 255) = 28.36%

 GREEN value IS 222 (87.11% from 255) = 33.48%

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

R = 28.36%
G = 33.48%
B = 38.16%

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

#BCDEFD (or 0xBCDEFD) is known color: Pale Cornflower Blue. HEX triplet: BC, DE and FD. RGB value is (188,222,253). Sum of RGB (Red+Green+Blue) = 188+222+253=663 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.36% from 663); Green value is 222 (87.11% from 255 or 33.48% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCDEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDEFD is #432102. Grayscale: #D7D7D7. Windows color (decimal): -4399363 or 16637628. OLE color: 16637628.

HSL color Cylindrical-coordinate representation of color #BCDEFD: hue angle of 208.62º 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 #BCDEFD is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 222 253 -
CMYK 0.26 0.12 0 0.01
HSL 208.62º 0.94% 0.86% -
HSV(B) 208.62º 0.26% 0.99% -
XYZ 64.59 70.03 103.04 -
YUV 215.37 149.24 108.48 -
System Red Green Blue C M Y K H S L
Decimal 188 222 253 0.26 0.12 0 0.01 208.62 0.94 0.86
Hex BC DE FD 1A C 0 1 D1 5E 56
Octal 274 336 375 32 14 0 1 321 136 126
Binary 10111100 11011110 11111101 11010 1100 0 1 11010001 1011110 1010110

Color Harmonies of #BCDEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDEFD

Black with #BCDEFD

Text Example


Text Example

White with #BCDEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDEFD; }

 p { color: rgb(188,222,253); }

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

background-color css

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

 a { background-color: rgb(188,222,253); }

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

border-color css

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

 span { border-color: rgb(188,222,253); }

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