Html Css Color HEX #BCD8FB Pale Cornflower Blue

📋 copy color: '#BCD8FB'

red 188 ◦ green 216 ◦ blue 251

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

Shades of Pale Cornflower Blue #BCD8FB

Tints of Pale Cornflower Blue #BCD8FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.32%

R = 28.7%
G = 32.98%
B = 38.32%

CMYK

 C value IS 0.25

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BCD8FB (or 0xBCD8FB) is known color: Pale Cornflower Blue. HEX triplet: BC, D8 and FB. RGB value is (188,216,251). Sum of RGB (Red+Green+Blue) = 188+216+251=655 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.70% from 655); Green value is 216 (84.77% from 255 or 32.98% from 655); Blue value is 251 (98.44% from 255 or 38.32% from 655); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCD8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD8FB is #432704. Grayscale: #D3D3D3. Windows color (decimal): -4400901 or 16505020. OLE color: 16505020.

HSL color Cylindrical-coordinate representation of color #BCD8FB: hue angle of 213.33º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCD8FB is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 216 251 -
CMYK 0.25 0.14 0 0.02
HSL 213.33º 0.89% 0.86% -
HSV(B) 213.33º 0.25% 0.98% -
XYZ 62.71 66.77 100.85 -
YUV 211.62 150.22 111.15 -
System Red Green Blue C M Y K H S L
Decimal 188 216 251 0.25 0.14 0 0.02 213.33 0.89 0.86
Hex BC D8 FB 19 E 0 2 D5 59 56
Octal 274 330 373 31 16 0 2 325 131 126
Binary 10111100 11011000 11111011 11001 1110 0 10 11010101 1011001 1010110

Color Harmonies of #BCD8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD8FB

Black with #BCD8FB

Text Example


Text Example

White with #BCD8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD8FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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