Html Css Color HEX #BCD8F3 Pale Cornflower Blue

📋 copy color: '#BCD8F3'

red 188 ◦ green 216 ◦ blue 243

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

Shades of Pale Cornflower Blue #BCD8F3

Tints of Pale Cornflower Blue #BCD8F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 37.56%

R = 29.06%
G = 33.38%
B = 37.56%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCD8F3 (or 0xBCD8F3) is known color: Pale Cornflower Blue. HEX triplet: BC, D8 and F3. RGB value is (188,216,243). Sum of RGB (Red+Green+Blue) = 188+216+243=647 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.06% from 647); Green value is 216 (84.77% from 255 or 33.38% from 647); Blue value is 243 (95.31% from 255 or 37.56% from 647); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCD8F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD8F3 is #43270C. Grayscale: #D2D2D2. Windows color (decimal): -4400909 or 15980732. OLE color: 15980732.

HSL color Cylindrical-coordinate representation of color #BCD8F3: hue angle of 209.45º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCD8F3 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 216 243 -
CMYK 0.23 0.11 0 0.05
HSL 209.45º 0.7% 0.85% -
HSV(B) 209.45º 0.23% 0.95% -
XYZ 61.47 66.27 94.35 -
YUV 210.71 146.22 111.8 -
System Red Green Blue C M Y K H S L
Decimal 188 216 243 0.23 0.11 0 0.05 209.45 0.7 0.85
Hex BC D8 F3 17 B 0 5 D1 46 55
Octal 274 330 363 27 13 0 5 321 106 125
Binary 10111100 11011000 11110011 10111 1011 0 101 11010001 1000110 1010101

Color Harmonies of #BCD8F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD8F3

Black with #BCD8F3

Text Example


Text Example

White with #BCD8F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD8F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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