Html Css Color HEX #BCD6FC Pale Cornflower Blue

📋 copy color: '#BCD6FC'

red 188 ◦ green 214 ◦ blue 252

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

Shades of Pale Cornflower Blue #BCD6FC

Tints of Pale Cornflower Blue #BCD6FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.53%

R = 28.75%
G = 32.72%
B = 38.53%

CMYK

 C value IS 0.25

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BCD6FC (or 0xBCD6FC) is known color: Pale Cornflower Blue. HEX triplet: BC, D6 and FC. RGB value is (188,214,252). Sum of RGB (Red+Green+Blue) = 188+214+252=654 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.75% from 654); Green value is 214 (83.98% from 255 or 32.72% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCD6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD6FC is #432903. Grayscale: #D2D2D2. Windows color (decimal): -4401412 or 16570044. OLE color: 16570044.

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

Color convert

RGB 188 214 252 -
CMYK 0.25 0.15 0 0.01
HSL 215.63º 0.91% 0.86% -
HSV(B) 215.63º 0.25% 0.99% -
XYZ 62.36 65.81 101.51 -
YUV 210.56 151.39 111.91 -
System Red Green Blue C M Y K H S L
Decimal 188 214 252 0.25 0.15 0 0.01 215.63 0.91 0.86
Hex BC D6 FC 19 F 0 1 D8 5B 56
Octal 274 326 374 31 17 0 1 330 133 126
Binary 10111100 11010110 11111100 11001 1111 0 1 11011000 1011011 1010110

Color Harmonies of #BCD6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD6FC

Black with #BCD6FC

Text Example


Text Example

White with #BCD6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD6FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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