Html Css Color HEX #BCD9FB Pale Cornflower Blue

📋 copy color: '#BCD9FB'

red 188 ◦ green 217 ◦ blue 251

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

Shades of Pale Cornflower Blue #BCD9FB

Tints of Pale Cornflower Blue #BCD9FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.26%

R = 28.66%
G = 33.08%
B = 38.26%

CMYK

 C value IS 0.25

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BCD9FB (or 0xBCD9FB) is known color: Pale Cornflower Blue. HEX triplet: BC, D9 and FB. RGB value is (188,217,251). Sum of RGB (Red+Green+Blue) = 188+217+251=656 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.66% from 656); Green value is 217 (85.16% from 255 or 33.08% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCD9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD9FB is #432604. Grayscale: #D4D4D4. Windows color (decimal): -4400645 or 16505276. OLE color: 16505276.

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

Color convert

RGB 188 217 251 -
CMYK 0.25 0.14 0 0.02
HSL 212.38º 0.89% 0.86% -
HSV(B) 212.38º 0.25% 0.98% -
XYZ 62.96 67.28 100.94 -
YUV 212.21 149.89 110.74 -
System Red Green Blue C M Y K H S L
Decimal 188 217 251 0.25 0.14 0 0.02 212.38 0.89 0.86
Hex BC D9 FB 19 E 0 2 D4 59 56
Octal 274 331 373 31 16 0 2 324 131 126
Binary 10111100 11011001 11111011 11001 1110 0 10 11010100 1011001 1010110

Color Harmonies of #BCD9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD9FB

Black with #BCD9FB

Text Example


Text Example

White with #BCD9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD9FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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