Html Css Color HEX #BCD4FC Pale Cornflower Blue

📋 copy color: '#BCD4FC'

red 188 ◦ green 212 ◦ blue 252

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

Shades of Pale Cornflower Blue #BCD4FC

Tints of Pale Cornflower Blue #BCD4FC

RGB

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

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

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

R = 28.83%
G = 32.52%
B = 38.65%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BCD4FC (or 0xBCD4FC) is known color: Pale Cornflower Blue. HEX triplet: BC, D4 and FC. RGB value is (188,212,252). Sum of RGB (Red+Green+Blue) = 188+212+252=652 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.83% from 652); Green value is 212 (83.20% from 255 or 32.52% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCD4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD4FC is #432B03. Grayscale: #D1D1D1. Windows color (decimal): -4401924 or 16569532. OLE color: 16569532.

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

Color convert

RGB 188 212 252 -
CMYK 0.25 0.16 0 0.01
HSL 217.5º 0.91% 0.86% -
HSV(B) 217.5º 0.25% 0.99% -
XYZ 61.85 64.81 101.34 -
YUV 209.38 152.05 112.75 -
System Red Green Blue C M Y K H S L
Decimal 188 212 252 0.25 0.16 0 0.01 217.5 0.91 0.86
Hex BC D4 FC 19 10 0 1 DA 5B 56
Octal 274 324 374 31 20 0 1 332 133 126
Binary 10111100 11010100 11111100 11001 10000 0 1 11011010 1011011 1010110

Color Harmonies of #BCD4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD4FC

Black with #BCD4FC

Text Example


Text Example

White with #BCD4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD4FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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