Html Css Color HEX #BCD4FA Pale Cornflower Blue

📋 copy color: '#BCD4FA'

red 188 ◦ green 212 ◦ blue 250

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

Shades of Pale Cornflower Blue #BCD4FA

Tints of Pale Cornflower Blue #BCD4FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.46%

R = 28.92%
G = 32.62%
B = 38.46%

CMYK

 C value IS 0.25

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BCD4FA (or 0xBCD4FA) is known color: Pale Cornflower Blue. HEX triplet: BC, D4 and FA. RGB value is (188,212,250). Sum of RGB (Red+Green+Blue) = 188+212+250=650 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.92% from 650); Green value is 212 (83.20% from 255 or 32.62% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCD4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD4FA is #432B05. Grayscale: #D0D0D0. Windows color (decimal): -4401926 or 16438460. OLE color: 16438460.

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

Color convert

RGB 188 212 250 -
CMYK 0.25 0.15 0 0.02
HSL 216.77º 0.86% 0.86% -
HSV(B) 216.77º 0.25% 0.98% -
XYZ 61.54 64.68 99.68 -
YUV 209.16 151.05 112.91 -
System Red Green Blue C M Y K H S L
Decimal 188 212 250 0.25 0.15 0 0.02 216.77 0.86 0.86
Hex BC D4 FA 19 F 0 2 D9 56 56
Octal 274 324 372 31 17 0 2 331 126 126
Binary 10111100 11010100 11111010 11001 1111 0 10 11011001 1010110 1010110

Color Harmonies of #BCD4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD4FA

Black with #BCD4FA

Text Example


Text Example

White with #BCD4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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