Html Css Color HEX #BCD4FF Pale Cornflower Blue

📋 copy color: '#BCD4FF'

red 188 ◦ green 212 ◦ blue 255

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

Shades of Pale Cornflower Blue #BCD4FF

Tints of Pale Cornflower Blue #BCD4FF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.37%

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

R = 28.7%
G = 32.37%
B = 38.93%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BCD4FF (or 0xBCD4FF) is known color: Pale Cornflower Blue. HEX triplet: BC, D4 and FF. RGB value is (188,212,255). Sum of RGB (Red+Green+Blue) = 188+212+255=655 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.70% from 655); Green value is 212 (83.20% from 255 or 32.37% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCD4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD4FF is #432B00. Grayscale: #D1D1D1. Windows color (decimal): -4401921 or 16766140. OLE color: 16766140.

HSL color Cylindrical-coordinate representation of color #BCD4FF: hue angle of 218.51º 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 #BCD4FF is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 188 212 255 -
CMYK 0.26 0.17 0 0
HSL 218.51º 1% 0.87% -
HSV(B) 218.51º 0.26% 1% -
XYZ 62.33 65 103.87 -
YUV 209.73 153.55 112.5 -
System Red Green Blue C M Y K H S L
Decimal 188 212 255 0.26 0.17 0 0 218.51 1 0.87
Hex BC D4 FF 1A 11 0 0 DB 64 57
Octal 274 324 377 32 21 0 0 333 144 127
Binary 10111100 11010100 11111111 11010 10001 0 0 11011011 1100100 1010111

Color Harmonies of #BCD4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD4FF

Black with #BCD4FF

Text Example


Text Example

White with #BCD4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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