Html Css Color HEX #BCD5FF Pale Cornflower Blue

📋 copy color: '#BCD5FF'

red 188 ◦ green 213 ◦ blue 255

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

Shades of Pale Cornflower Blue #BCD5FF

Tints of Pale Cornflower Blue #BCD5FF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 32.47%

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

R = 28.66%
G = 32.47%
B = 38.87%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BCD5FF (or 0xBCD5FF) is known color: Pale Cornflower Blue. HEX triplet: BC, D5 and FF. RGB value is (188,213,255). Sum of RGB (Red+Green+Blue) = 188+213+255=656 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.66% from 656); Green value is 213 (83.59% from 255 or 32.47% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCD5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD5FF is #432A00. Grayscale: #D2D2D2. Windows color (decimal): -4401665 or 16766396. OLE color: 16766396.

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

Color convert

RGB 188 213 255 -
CMYK 0.26 0.16 0 0
HSL 217.61º 1% 0.87% -
HSV(B) 217.61º 0.26% 1% -
XYZ 62.58 65.5 103.95 -
YUV 210.31 153.22 112.08 -
System Red Green Blue C M Y K H S L
Decimal 188 213 255 0.26 0.16 0 0 217.61 1 0.87
Hex BC D5 FF 1A 10 0 0 DA 64 57
Octal 274 325 377 32 20 0 0 332 144 127
Binary 10111100 11010101 11111111 11010 10000 0 0 11011010 1100100 1010111

Color Harmonies of #BCD5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD5FF

Black with #BCD5FF

Text Example


Text Example

White with #BCD5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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