Html Css Color HEX #BCD8F8 Pale Cornflower Blue

📋 copy color: '#BCD8F8'

red 188 ◦ green 216 ◦ blue 248

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

Shades of Pale Cornflower Blue #BCD8F8

Tints of Pale Cornflower Blue #BCD8F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 38.04%

R = 28.83%
G = 33.13%
B = 38.04%

CMYK

 C value IS 0.24

 M value IS 0.13

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BCD8F8 (or 0xBCD8F8) is known color: Pale Cornflower Blue. HEX triplet: BC, D8 and F8. RGB value is (188,216,248). Sum of RGB (Red+Green+Blue) = 188+216+248=652 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.83% from 652); Green value is 216 (84.77% from 255 or 33.13% from 652); Blue value is 248 (97.27% from 255 or 38.04% from 652); Max value from RGB is 248 - color contains mainly: blue. Hex color #BCD8F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD8F8 is #432707. Grayscale: #D3D3D3. Windows color (decimal): -4400904 or 16308412. OLE color: 16308412.

HSL color Cylindrical-coordinate representation of color #BCD8F8: hue angle of 212º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCD8F8 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 216 248 -
CMYK 0.24 0.13 0 0.03
HSL 212º 0.81% 0.85% -
HSV(B) 212º 0.24% 0.97% -
XYZ 62.24 66.58 98.38 -
YUV 211.28 148.72 111.4 -
System Red Green Blue C M Y K H S L
Decimal 188 216 248 0.24 0.13 0 0.03 212 0.81 0.85
Hex BC D8 F8 18 D 0 3 D4 51 55
Octal 274 330 370 30 15 0 3 324 121 125
Binary 10111100 11011000 11111000 11000 1101 0 11 11010100 1010001 1010101

Color Harmonies of #BCD8F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD8F8

Black with #BCD8F8

Text Example


Text Example

White with #BCD8F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD8F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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