Html Css Color HEX #BCD6FD Pale Cornflower Blue

📋 copy color: '#BCD6FD'

red 188 ◦ green 214 ◦ blue 253

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

Shades of Pale Cornflower Blue #BCD6FD

Tints of Pale Cornflower Blue #BCD6FD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.67%

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

R = 28.7%
G = 32.67%
B = 38.63%

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

#BCD6FD (or 0xBCD6FD) is known color: Pale Cornflower Blue. HEX triplet: BC, D6 and FD. RGB value is (188,214,253). Sum of RGB (Red+Green+Blue) = 188+214+253=655 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.70% from 655); Green value is 214 (83.98% from 255 or 32.67% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCD6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD6FD is #432902. Grayscale: #D2D2D2. Windows color (decimal): -4401411 or 16635580. OLE color: 16635580.

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

Color convert

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

Color Harmonies of #BCD6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD6FD

Black with #BCD6FD

Text Example


Text Example

White with #BCD6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD6FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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