Html Css Color HEX #BCDCFB Pale Cornflower Blue

📋 copy color: '#BCDCFB'

red 188 ◦ green 220 ◦ blue 251

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

Shades of Pale Cornflower Blue #BCDCFB

Tints of Pale Cornflower Blue #BCDCFB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.38%

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

R = 28.53%
G = 33.38%
B = 38.09%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BCDCFB (or 0xBCDCFB) is known color: Pale Cornflower Blue. HEX triplet: BC, DC and FB. RGB value is (188,220,251). Sum of RGB (Red+Green+Blue) = 188+220+251=659 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.53% from 659); Green value is 220 (86.33% from 255 or 33.38% from 659); Blue value is 251 (98.44% from 255 or 38.09% from 659); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCDCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDCFB is #432304. Grayscale: #D5D5D5. Windows color (decimal): -4399877 or 16506044. OLE color: 16506044.

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

Color convert

RGB 188 220 251 -
CMYK 0.25 0.12 0 0.02
HSL 209.52º 0.89% 0.86% -
HSV(B) 209.52º 0.25% 0.98% -
XYZ 63.74 68.84 101.2 -
YUV 213.97 148.9 109.48 -
System Red Green Blue C M Y K H S L
Decimal 188 220 251 0.25 0.12 0 0.02 209.52 0.89 0.86
Hex BC DC FB 19 C 0 2 D2 59 56
Octal 274 334 373 31 14 0 2 322 131 126
Binary 10111100 11011100 11111011 11001 1100 0 10 11010010 1011001 1010110

Color Harmonies of #BCDCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDCFB

Black with #BCDCFB

Text Example


Text Example

White with #BCDCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDCFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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