Html Css Color HEX #BCD4FE Pale Cornflower Blue

📋 copy color: '#BCD4FE'

red 188 ◦ green 212 ◦ blue 254

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

Shades of Pale Cornflower Blue #BCD4FE

Tints of Pale Cornflower Blue #BCD4FE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.42%

 BLUE value IS 254 (99.61% from 255) = 38.84%

R = 28.75%
G = 32.42%
B = 38.84%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BCD4FE (or 0xBCD4FE) is known color: Pale Cornflower Blue. HEX triplet: BC, D4 and FE. RGB value is (188,212,254). Sum of RGB (Red+Green+Blue) = 188+212+254=654 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.75% from 654); Green value is 212 (83.20% from 255 or 32.42% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCD4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD4FE is #432B01. Grayscale: #D1D1D1. Windows color (decimal): -4401922 or 16700604. OLE color: 16700604.

HSL color Cylindrical-coordinate representation of color #BCD4FE: hue angle of 218.18º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCD4FE is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 212 254 -
CMYK 0.26 0.17 0 0.00
HSL 218.18º 0.97% 0.87% -
HSV(B) 218.18º 0.26% 1% -
XYZ 62.17 64.93 103.02 -
YUV 209.61 153.05 112.58 -
System Red Green Blue C M Y K H S L
Decimal 188 212 254 0.26 0.17 0 0.00 218.18 0.97 0.87
Hex BC D4 FE 1A 11 0 0 DA 61 57
Octal 274 324 376 32 21 0 0 332 141 127
Binary 10111100 11010100 11111110 11010 10001 0 0 11011010 1100001 1010111

Color Harmonies of #BCD4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD4FE

Black with #BCD4FE

Text Example


Text Example

White with #BCD4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD4FE; }

 p { color: rgb(188,212,254); }

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

background-color css

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

 a { background-color: rgb(188,212,254); }

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

border-color css

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

 span { border-color: rgb(188,212,254); }

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