Html Css Color HEX #BCD9FA Pale Cornflower Blue

📋 copy color: '#BCD9FA'

red 188 ◦ green 217 ◦ blue 250

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

Shades of Pale Cornflower Blue #BCD9FA

Tints of Pale Cornflower Blue #BCD9FA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.13%

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

R = 28.7%
G = 33.13%
B = 38.17%

CMYK

 C value IS 0.25

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BCD9FA (or 0xBCD9FA) is known color: Pale Cornflower Blue. HEX triplet: BC, D9 and FA. RGB value is (188,217,250). Sum of RGB (Red+Green+Blue) = 188+217+250=655 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.70% from 655); Green value is 217 (85.16% from 255 or 33.13% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCD9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD9FA is #432605. Grayscale: #D3D3D3. Windows color (decimal): -4400646 or 16439740. OLE color: 16439740.

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

Color convert

RGB 188 217 250 -
CMYK 0.25 0.13 0 0.02
HSL 211.94º 0.86% 0.86% -
HSV(B) 211.94º 0.25% 0.98% -
XYZ 62.81 67.22 100.11 -
YUV 212.09 149.39 110.82 -
System Red Green Blue C M Y K H S L
Decimal 188 217 250 0.25 0.13 0 0.02 211.94 0.86 0.86
Hex BC D9 FA 19 D 0 2 D4 56 56
Octal 274 331 372 31 15 0 2 324 126 126
Binary 10111100 11011001 11111010 11001 1101 0 10 11010100 1010110 1010110

Color Harmonies of #BCD9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD9FA

Black with #BCD9FA

Text Example


Text Example

White with #BCD9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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