Html Css Color HEX #BCD6FB Pale Cornflower Blue

📋 copy color: '#BCD6FB'

red 188 ◦ green 214 ◦ blue 251

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

Shades of Pale Cornflower Blue #BCD6FB

Tints of Pale Cornflower Blue #BCD6FB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.77%

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

R = 28.79%
G = 32.77%
B = 38.44%

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

#BCD6FB (or 0xBCD6FB) is known color: Pale Cornflower Blue. HEX triplet: BC, D6 and FB. RGB value is (188,214,251). Sum of RGB (Red+Green+Blue) = 188+214+251=653 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.79% from 653); Green value is 214 (83.98% from 255 or 32.77% from 653); Blue value is 251 (98.44% from 255 or 38.44% from 653); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCD6FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD6FB is #432904. Grayscale: #D2D2D2. Windows color (decimal): -4401413 or 16504508. OLE color: 16504508.

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

Color convert

RGB 188 214 251 -
CMYK 0.25 0.15 0 0.02
HSL 215.24º 0.89% 0.86% -
HSV(B) 215.24º 0.25% 0.98% -
XYZ 62.2 65.75 100.68 -
YUV 210.44 150.89 111.99 -
System Red Green Blue C M Y K H S L
Decimal 188 214 251 0.25 0.15 0 0.02 215.24 0.89 0.86
Hex BC D6 FB 19 F 0 2 D7 59 56
Octal 274 326 373 31 17 0 2 327 131 126
Binary 10111100 11010110 11111011 11001 1111 0 10 11010111 1011001 1010110

Color Harmonies of #BCD6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD6FB

Black with #BCD6FB

Text Example


Text Example

White with #BCD6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD6FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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