Html Css Color HEX #BCD5FA Pale Cornflower Blue

📋 copy color: '#BCD5FA'

red 188 ◦ green 213 ◦ blue 250

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

Shades of Pale Cornflower Blue #BCD5FA

Tints of Pale Cornflower Blue #BCD5FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.4%

R = 28.88%
G = 32.72%
B = 38.4%

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

#BCD5FA (or 0xBCD5FA) is known color: Pale Cornflower Blue. HEX triplet: BC, D5 and FA. RGB value is (188,213,250). Sum of RGB (Red+Green+Blue) = 188+213+250=651 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.88% from 651); Green value is 213 (83.59% from 255 or 32.72% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCD5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD5FA is #432A05. Grayscale: #D1D1D1. Windows color (decimal): -4401670 or 16438716. OLE color: 16438716.

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

Color convert

RGB 188 213 250 -
CMYK 0.25 0.15 0 0.02
HSL 215.81º 0.86% 0.86% -
HSV(B) 215.81º 0.25% 0.98% -
XYZ 61.79 65.18 99.77 -
YUV 209.74 150.72 112.49 -
System Red Green Blue C M Y K H S L
Decimal 188 213 250 0.25 0.15 0 0.02 215.81 0.86 0.86
Hex BC D5 FA 19 F 0 2 D8 56 56
Octal 274 325 372 31 17 0 2 330 126 126
Binary 10111100 11010101 11111010 11001 1111 0 10 11011000 1010110 1010110

Color Harmonies of #BCD5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD5FA

Black with #BCD5FA

Text Example


Text Example

White with #BCD5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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