Html Css Color HEX #BCD6F0 Pale Cornflower Blue

📋 copy color: '#BCD6F0'

red 188 ◦ green 214 ◦ blue 240

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

Shades of Pale Cornflower Blue #BCD6F0

Tints of Pale Cornflower Blue #BCD6F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.38%

R = 29.28%
G = 33.33%
B = 37.38%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BCD6F0 (or 0xBCD6F0) is known color: Pale Cornflower Blue. HEX triplet: BC, D6 and F0. RGB value is (188,214,240). Sum of RGB (Red+Green+Blue) = 188+214+240=642 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.28% from 642); Green value is 214 (83.98% from 255 or 33.33% from 642); Blue value is 240 (94.14% from 255 or 37.38% from 642); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCD6F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD6F0 is #43290F. Grayscale: #D1D1D1. Windows color (decimal): -4401424 or 15783612. OLE color: 15783612.

HSL color Cylindrical-coordinate representation of color #BCD6F0: hue angle of 210º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCD6F0 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 214 240 -
CMYK 0.22 0.11 0 0.06
HSL 210º 0.63% 0.84% -
HSV(B) 210º 0.22% 0.94% -
XYZ 60.51 65.08 91.81 -
YUV 209.19 145.39 112.89 -
System Red Green Blue C M Y K H S L
Decimal 188 214 240 0.22 0.11 0 0.06 210 0.63 0.84
Hex BC D6 F0 16 B 0 6 D2 3F 54
Octal 274 326 360 26 13 0 6 322 77 124
Binary 10111100 11010110 11110000 10110 1011 0 110 11010010 111111 1010100

Color Harmonies of #BCD6F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD6F0

Black with #BCD6F0

Text Example


Text Example

White with #BCD6F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD6F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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