Html Css Color HEX #BCD9FF Pale Cornflower Blue

📋 copy color: '#BCD9FF'

red 188 ◦ green 217 ◦ blue 255

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

Shades of Pale Cornflower Blue #BCD9FF

Tints of Pale Cornflower Blue #BCD9FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.64%

R = 28.48%
G = 32.88%
B = 38.64%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BCD9FF (or 0xBCD9FF) is known color: Pale Cornflower Blue. HEX triplet: BC, D9 and FF. RGB value is (188,217,255). Sum of RGB (Red+Green+Blue) = 188+217+255=660 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.48% from 660); Green value is 217 (85.16% from 255 or 32.88% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCD9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD9FF is #432600. Grayscale: #D4D4D4. Windows color (decimal): -4400641 or 16767420. OLE color: 16767420.

HSL color Cylindrical-coordinate representation of color #BCD9FF: hue angle of 214.03º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCD9FF is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 188 217 255 -
CMYK 0.26 0.15 0 0
HSL 214.03º 1% 0.87% -
HSV(B) 214.03º 0.26% 1% -
XYZ 63.6 67.54 104.29 -
YUV 212.66 151.89 110.41 -
System Red Green Blue C M Y K H S L
Decimal 188 217 255 0.26 0.15 0 0 214.03 1 0.87
Hex BC D9 FF 1A F 0 0 D6 64 57
Octal 274 331 377 32 17 0 0 326 144 127
Binary 10111100 11011001 11111111 11010 1111 0 0 11010110 1100100 1010111

Color Harmonies of #BCD9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD9FF

Black with #BCD9FF

Text Example


Text Example

White with #BCD9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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