Html Css Color HEX #BCD8FD Pale Cornflower Blue

📋 copy color: '#BCD8FD'

red 188 ◦ green 216 ◦ blue 253

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

Shades of Pale Cornflower Blue #BCD8FD

Tints of Pale Cornflower Blue #BCD8FD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32.88%

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

R = 28.61%
G = 32.88%
B = 38.51%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BCD8FD (or 0xBCD8FD) is known color: Pale Cornflower Blue. HEX triplet: BC, D8 and FD. RGB value is (188,216,253). Sum of RGB (Red+Green+Blue) = 188+216+253=657 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.61% from 657); Green value is 216 (84.77% from 255 or 32.88% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCD8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD8FD is #432702. Grayscale: #D3D3D3. Windows color (decimal): -4400899 or 16636092. OLE color: 16636092.

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

Color convert

RGB 188 216 253 -
CMYK 0.26 0.15 0 0.01
HSL 214.15º 0.94% 0.86% -
HSV(B) 214.15º 0.26% 0.99% -
XYZ 63.02 66.89 102.52 -
YUV 211.85 151.22 110.99 -
System Red Green Blue C M Y K H S L
Decimal 188 216 253 0.26 0.15 0 0.01 214.15 0.94 0.86
Hex BC D8 FD 1A F 0 1 D6 5E 56
Octal 274 330 375 32 17 0 1 326 136 126
Binary 10111100 11011000 11111101 11010 1111 0 1 11010110 1011110 1010110

Color Harmonies of #BCD8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD8FD

Black with #BCD8FD

Text Example


Text Example

White with #BCD8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD8FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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