Html Css Color HEX #BCD6F5 Pale Cornflower Blue

📋 copy color: '#BCD6F5'

red 188 ◦ green 214 ◦ blue 245

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

Shades of Pale Cornflower Blue #BCD6F5

Tints of Pale Cornflower Blue #BCD6F5

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.08%

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

R = 29.06%
G = 33.08%
B = 37.87%

CMYK

 C value IS 0.23

 M value IS 0.13

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BCD6F5 (or 0xBCD6F5) is known color: Pale Cornflower Blue. HEX triplet: BC, D6 and F5. RGB value is (188,214,245). Sum of RGB (Red+Green+Blue) = 188+214+245=647 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.06% from 647); Green value is 214 (83.98% from 255 or 33.08% from 647); Blue value is 245 (96.09% from 255 or 37.87% from 647); Max value from RGB is 245 - color contains mainly: blue. Hex color #BCD6F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD6F5 is #43290A. Grayscale: #D1D1D1. Windows color (decimal): -4401419 or 16111292. OLE color: 16111292.

HSL color Cylindrical-coordinate representation of color #BCD6F5: hue angle of 212.63º 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 #BCD6F5 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 214 245 -
CMYK 0.23 0.13 0 0.04
HSL 212.63º 0.74% 0.85% -
HSV(B) 212.63º 0.23% 0.96% -
XYZ 61.27 65.38 95.78 -
YUV 209.76 147.89 112.48 -
System Red Green Blue C M Y K H S L
Decimal 188 214 245 0.23 0.13 0 0.04 212.63 0.74 0.85
Hex BC D6 F5 17 D 0 4 D5 4A 55
Octal 274 326 365 27 15 0 4 325 112 125
Binary 10111100 11010110 11110101 10111 1101 0 100 11010101 1001010 1010101

Color Harmonies of #BCD6F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD6F5

Black with #BCD6F5

Text Example


Text Example

White with #BCD6F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD6F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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