Html Css Color HEX #BCD8F5 Pale Cornflower Blue

📋 copy color: '#BCD8F5'

red 188 ◦ green 216 ◦ blue 245

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

Shades of Pale Cornflower Blue #BCD8F5

Tints of Pale Cornflower Blue #BCD8F5

RGB

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

 GREEN value IS 216 (84.77% from 255) = 33.28%

 BLUE value IS 245 (96.09% from 255) = 37.75%

R = 28.97%
G = 33.28%
B = 37.75%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BCD8F5 (or 0xBCD8F5) is known color: Pale Cornflower Blue. HEX triplet: BC, D8 and F5. RGB value is (188,216,245). Sum of RGB (Red+Green+Blue) = 188+216+245=649 (85% of max value = 765). Red value is 188 (73.83% from 255 or 28.97% from 649); Green value is 216 (84.77% from 255 or 33.28% from 649); Blue value is 245 (96.09% from 255 or 37.75% from 649); Max value from RGB is 245 - color contains mainly: blue. Hex color #BCD8F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD8F5 is #43270A. Grayscale: #D2D2D2. Windows color (decimal): -4400907 or 16111804. OLE color: 16111804.

HSL color Cylindrical-coordinate representation of color #BCD8F5: hue angle of 210.53º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCD8F5 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 216 245 -
CMYK 0.23 0.12 0 0.04
HSL 210.53º 0.74% 0.85% -
HSV(B) 210.53º 0.23% 0.96% -
XYZ 61.78 66.4 95.95 -
YUV 210.93 147.22 111.64 -
System Red Green Blue C M Y K H S L
Decimal 188 216 245 0.23 0.12 0 0.04 210.53 0.74 0.85
Hex BC D8 F5 17 C 0 4 D3 4A 55
Octal 274 330 365 27 14 0 4 323 112 125
Binary 10111100 11011000 11110101 10111 1100 0 100 11010011 1001010 1010101

Color Harmonies of #BCD8F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD8F5

Black with #BCD8F5

Text Example


Text Example

White with #BCD8F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD8F5; }

 p { color: rgb(188,216,245); }

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

background-color css

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

 a { background-color: rgb(188,216,245); }

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

border-color css

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

 span { border-color: rgb(188,216,245); }

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