Html Css Color HEX #BCD8F6 Pale Cornflower Blue

📋 copy color: '#BCD8F6'

red 188 ◦ green 216 ◦ blue 246

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

Shades of Pale Cornflower Blue #BCD8F6

Tints of Pale Cornflower Blue #BCD8F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 37.85%

R = 28.92%
G = 33.23%
B = 37.85%

CMYK

 C value IS 0.24

 M value IS 0.12

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BCD8F6 (or 0xBCD8F6) is known color: Pale Cornflower Blue. HEX triplet: BC, D8 and F6. RGB value is (188,216,246). Sum of RGB (Red+Green+Blue) = 188+216+246=650 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.92% from 650); Green value is 216 (84.77% from 255 or 33.23% from 650); Blue value is 246 (96.48% from 255 or 37.85% from 650); Max value from RGB is 246 - color contains mainly: blue. Hex color #BCD8F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD8F6 is #432709. Grayscale: #D2D2D2. Windows color (decimal): -4400906 or 16177340. OLE color: 16177340.

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

Color convert

RGB 188 216 246 -
CMYK 0.24 0.12 0 0.04
HSL 211.03º 0.76% 0.85% -
HSV(B) 211.03º 0.24% 0.96% -
XYZ 61.93 66.46 96.75 -
YUV 211.05 147.72 111.56 -
System Red Green Blue C M Y K H S L
Decimal 188 216 246 0.24 0.12 0 0.04 211.03 0.76 0.85
Hex BC D8 F6 18 C 0 4 D3 4C 55
Octal 274 330 366 30 14 0 4 323 114 125
Binary 10111100 11011000 11110110 11000 1100 0 100 11010011 1001100 1010101

Color Harmonies of #BCD8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD8F6

Black with #BCD8F6

Text Example


Text Example

White with #BCD8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD8F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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